Html Css Color HEX #CC0D08 Free Speech Red

📋 copy color: '#CC0D08'

red 204 ◦ green 13 ◦ blue 8

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

Shades of Free Speech Red #CC0D08

Tints of Free Speech Red #CC0D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

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

R = 90.67%
G = 5.78%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0D08 (or 0xCC0D08) is known color: Free Speech Red. HEX triplet: CC, 0D and 08. RGB value is (204,13,8). Sum of RGB (Red+Green+Blue) = 204+13+8=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D08 is #33F2F7. Grayscale: #454545. Windows color (decimal): -3404536 or 527820. OLE color: 527820.

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

Color convert

RGB 204 13 8 -
CMYK 0 0.94 0.96 0.2
HSL 1.53º 0.92% 0.42% -
HSV(B) 1.53º 0.96% 0.8% -
XYZ 25.09 13.14 1.44 -
YUV 69.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 204 13 8 0 0.94 0.96 0.2 1.53 0.92 0.42
Hex CC D 8 0 5E 60 14 2 5C 2A
Octal 314 15 10 0 136 140 24 2 134 52
Binary 11001100 1101 1000 0 1011110 1100000 10100 10 1011100 101010

Color Harmonies of #CC0D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D08

Black with #CC0D08

Text Example


Text Example

White with #CC0D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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