#C60F0B

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

Shades of Free Speech Red #C60F0B

Tints of Free Speech Red #C60F0B

Color information

#C60F0B (or 0xC60F0B) is unknown color: approx Free Speech Red. HEX triplet: C6, 0F and 0B. RGB value is (198,15,11). Sum of RGB (Red+Green+Blue) = 198+15+11=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F0B is #39F0F4. Grayscale: #454545. Windows color (decimal): -3797237 or 724934. OLE color: 724934.

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

Color convert

RGB1981511-
CMYK00.920.940.22
HSL1.28º89.47%40.98%-
HSV(B)1.28º94.44%77.65%-
XYZ23.5212.371.46-
YUV69.2695.13219.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.39%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=88.39%
G=6.70%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198151100.920.940.221.2889.4740.98
HexC6FB05C5E1615929
Octal3061713013413626113151
Binary11000110111110110101110010111101011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F0B; }

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

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

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

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

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

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

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

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