Html Css Color HEX #CC0E08 Free Speech Red

📋 copy color: '#CC0E08'

red 204 ◦ green 14 ◦ blue 8

#CC0E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CC0E08

Tints of Free Speech Red #CC0E08

RGB

 RED value IS 204 (80.08% from 255) = 90.27%

 GREEN value IS 14 (5.86% from 255) = 6.19%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 90.27%
G = 6.19%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0E08 (or 0xCC0E08) is known color: Free Speech Red. HEX triplet: CC, 0E and 08. RGB value is (204,14,8). Sum of RGB (Red+Green+Blue) = 204+14+8=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0E08 is #33F1F7. Grayscale: #464646. Windows color (decimal): -3404280 or 528076. OLE color: 528076.

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

Color convert

RGB 204 14 8 -
CMYK 0 0.93 0.96 0.2
HSL 1.84º 0.92% 0.42% -
HSV(B) 1.84º 0.96% 0.8% -
XYZ 25.1 13.17 1.45 -
YUV 70.13 92.95 223.49 -
System Red Green Blue C M Y K H S L
Decimal 204 14 8 0 0.93 0.96 0.2 1.84 0.92 0.42
Hex CC E 8 0 5D 60 14 2 5C 2A
Octal 314 16 10 0 135 140 24 2 134 52
Binary 11001100 1110 1000 0 1011101 1100000 10100 10 1011100 101010

Color Harmonies of #CC0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E08

Black with #CC0E08

Text Example


Text Example

White with #CC0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E08; }

 p { color: rgb(204,14,8); }

 H1.HeaderClassName
 {
   color: #CC0E08;
 }
 .AnyTagClassName
 {
   color: #CC0E08;
 }
</style>

background-color css

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

 a { background-color: rgb(204,14,8); }

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

border-color css

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

 span { border-color: rgb(204,14,8); }

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