Html Css Color HEX #CC0A09 Free Speech Red

📋 copy color: '#CC0A09'

red 204 ◦ green 10 ◦ blue 9

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

Shades of Free Speech Red #CC0A09

Tints of Free Speech Red #CC0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 91.48%
G = 4.48%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0A09 (or 0xCC0A09) is known color: Free Speech Red. HEX triplet: CC, 0A and 09. RGB value is (204,10,9). Sum of RGB (Red+Green+Blue) = 204+10+9=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A09 is #33F5F6. Grayscale: #444444. Windows color (decimal): -3405303 or 592588. OLE color: 592588.

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

Color convert

RGB 204 10 9 -
CMYK 0 0.95 0.96 0.2
HSL 0.31º 0.92% 0.42% -
HSV(B) 0.31º 0.96% 0.8% -
XYZ 25.06 13.07 1.46 -
YUV 67.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 204 10 9 0 0.95 0.96 0.2 0.31 0.92 0.42
Hex CC A 9 0 5F 60 14 0 5C 2A
Octal 314 12 11 0 137 140 24 0 134 52
Binary 11001100 1010 1001 0 1011111 1100000 10100 0 1011100 101010

Color Harmonies of #CC0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A09

Black with #CC0A09

Text Example


Text Example

White with #CC0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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