Html Css Color HEX #CC0808 Free Speech Red

📋 copy color: '#CC0808'

red 204 ◦ green 8 ◦ blue 8

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

Shades of Free Speech Red #CC0808

Tints of Free Speech Red #CC0808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

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

R = 92.73%
G = 3.64%
B = 3.64%

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

#CC0808 (or 0xCC0808) is known color: Free Speech Red. HEX triplet: CC, 08 and 08. RGB value is (204,8,8). Sum of RGB (Red+Green+Blue) = 204+8+8=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0808 is #33F7F7. Grayscale: #424242. Windows color (decimal): -3405816 or 526540. OLE color: 526540.

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

Color convert

RGB 204 8 8 -
CMYK 0 0.96 0.96 0.2
HSL 0.92% 0.42% -
HSV(B) 0.96% 0.8% -
XYZ 25.03 13.03 1.43 -
YUV 66.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 204 8 8 0 0.96 0.96 0.2 0 0.92 0.42
Hex CC 8 8 0 60 60 14 0 5C 2A
Octal 314 10 10 0 140 140 24 0 134 52
Binary 11001100 1000 1000 0 1100000 1100000 10100 0 1011100 101010

Color Harmonies of #CC0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0808

Black with #CC0808

Text Example


Text Example

White with #CC0808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0808; }

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

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

background-color css

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

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

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

border-color css

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

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

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