#C60D0B

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

Shades of Free Speech Red #C60D0B

Tints of Free Speech Red #C60D0B

Color information

#C60D0B (or 0xC60D0B) is unknown color: approx Free Speech Red. HEX triplet: C6, 0D and 0B. RGB value is (198,13,11). Sum of RGB (Red+Green+Blue) = 198+13+11=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60D0B is #39F2F4. Grayscale: #444444. Windows color (decimal): -3797749 or 724422. OLE color: 724422.

HSL color Cylindrical-coordinate representation of color #C60D0B: hue angle of 0.64º 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 #C60D0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB1981311-
CMYK00.930.940.22
HSL0.64º89.47%40.98%-
HSV(B)0.64º94.44%77.65%-
XYZ23.4912.321.46-
YUV68.0995.79220.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 89.19%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=89.19%
G=5.86%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198131100.930.940.220.6489.4740.98
HexC6DB05D5E1615929
Octal3061513013513626113151
Binary11000110110110110101110110111101011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60D0B; }

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

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

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

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

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

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

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

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