Html Css Color HEX #CC1008 Free Speech Red

📋 copy color: '#CC1008'

red 204 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #CC1008

Tints of Free Speech Red #CC1008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 89.47%
G = 7.02%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1008 (or 0xCC1008) is known color: Free Speech Red. HEX triplet: CC, 10 and 08. RGB value is (204,16,8). Sum of RGB (Red+Green+Blue) = 204+16+8=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1008 is #33EFF7. Grayscale: #474747. Windows color (decimal): -3403768 or 528588. OLE color: 528588.

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

Color convert

RGB 204 16 8 -
CMYK 0 0.92 0.96 0.2
HSL 2.45º 0.92% 0.42% -
HSV(B) 2.45º 0.96% 0.8% -
XYZ 25.13 13.23 1.46 -
YUV 71.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 204 16 8 0 0.92 0.96 0.2 2.45 0.92 0.42
Hex CC 10 8 0 5C 60 14 2 5C 2A
Octal 314 20 10 0 134 140 24 2 134 52
Binary 11001100 10000 1000 0 1011100 1100000 10100 10 1011100 101010

Color Harmonies of #CC1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1008

Black with #CC1008

Text Example


Text Example

White with #CC1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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