Html Css Color HEX #CC0908 Free Speech Red

📋 copy color: '#CC0908'

red 204 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #CC0908

Tints of Free Speech Red #CC0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 92.31%
G = 4.07%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0908 (or 0xCC0908) is known color: Free Speech Red. HEX triplet: CC, 09 and 08. RGB value is (204,9,8). Sum of RGB (Red+Green+Blue) = 204+9+8=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0908 is #33F6F7. Grayscale: #434343. Windows color (decimal): -3405560 or 526796. OLE color: 526796.

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

Color convert

RGB 204 9 8 -
CMYK 0 0.96 0.96 0.2
HSL 0.31º 0.92% 0.42% -
HSV(B) 0.31º 0.96% 0.8% -
XYZ 25.04 13.05 1.43 -
YUV 67.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 204 9 8 0 0.96 0.96 0.2 0.31 0.92 0.42
Hex CC 9 8 0 60 60 14 0 5C 2A
Octal 314 11 10 0 140 140 24 0 134 52
Binary 11001100 1001 1000 0 1100000 1100000 10100 0 1011100 101010

Color Harmonies of #CC0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0908

Black with #CC0908

Text Example


Text Example

White with #CC0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0908; }

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

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

background-color css

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

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

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

border-color css

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

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

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