#CB0E0C

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

Shades of Free Speech Red #CB0E0C

Tints of Free Speech Red #CB0E0C

Color information

#CB0E0C (or 0xCB0E0C) is unknown color: approx Free Speech Red. HEX triplet: CB, 0E and 0C. RGB value is (203,14,12). Sum of RGB (Red+Green+Blue) = 203+14+12=229 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.65% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0E0C is #34F1F3. Grayscale: #464646. Windows color (decimal): -3469812 or 790219. OLE color: 790219.

HSL color Cylindrical-coordinate representation of color #CB0E0C: hue angle of 0.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0E0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB2031412-
CMYK00.930.940.20
HSL0.63º88.84%42.16%-
HSV(B)0.63º94.09%79.61%-
XYZ24.8513.041.55-
YUV70.2895.12222.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 88.65%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=88.65%
G=6.11%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203141200.930.940.200.6388.8442.16
HexCBEC05D5E141592a
Octal3131614013513624113152
Binary11001011111011000101110110111101010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E0C; }

 p { color: rgb(203,14,12); }

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

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

 a { background-color: rgb(203,14,12); }

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

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

 span { border-color: rgb(203,14,12); }

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