#C6150F

Color #C6150F Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C6150F

Tints of Free Speech Red #C6150F

Color information

#C6150F (or 0xC6150F) is unknown color: approx Free Speech Red. HEX triplet: C6, 15 and 0F. RGB value is (198,21,15). Sum of RGB (Red+Green+Blue) = 198+21+15=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6150F is #39EAF0. Grayscale: #494949. Windows color (decimal): -3795697 or 988614. OLE color: 988614.

HSL color Cylindrical-coordinate representation of color #C6150F: hue angle of 1.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6150F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB1982115-
CMYK00.890.920.22
HSL1.97º85.92%41.76%-
HSV(B)1.97º92.42%77.65%-
XYZ23.6412.581.63-
YUV73.2495.14216.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 84.62%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=84.62%
G=8.97%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198211500.890.920.221.9785.9241.76
HexC615F0595C162562a
Octal3062517013113426212652
Binary1100011010101111101011001101110010110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6150F; }

 p { color: rgb(198,21,15); }

 H1.HeaderClassName
 {
   color: #C6150F;
 }
 .AnyTagClassName
 {
   color: #C6150F;
 }
</style>
background-color css

<style>
 a { background-color: #C6150F; }

 a { background-color: rgb(198,21,15); }

 div.DivClassName
 {
   background-color: #C6150F;
 }
 .BgClassName
 {
   background-color: #C6150F;
 }
</style>
border-color css

<style>
 span { border-color: #C6150F; }

 span { border-color: rgb(198,21,15); }

 td.TdClassName
 {
   border-color: #C6150F;
 }
 .TagClassName
 {
   border-color: #C6150F;
 }
</style>