Html Css Color HEX #CC0D09 Free Speech Red

📋 copy color: '#CC0D09'

red 204 ◦ green 13 ◦ blue 9

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

Shades of Free Speech Red #CC0D09

Tints of Free Speech Red #CC0D09

RGB

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

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

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

R = 90.27%
G = 5.75%
B = 3.98%

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

#CC0D09 (or 0xCC0D09) is known color: Free Speech Red. HEX triplet: CC, 0D and 09. RGB value is (204,13,9). Sum of RGB (Red+Green+Blue) = 204+13+9=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D09 is #33F2F6. Grayscale: #454545. Windows color (decimal): -3404535 or 593356. OLE color: 593356.

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

Color convert

RGB 204 13 9 -
CMYK 0 0.94 0.96 0.2
HSL 1.23º 0.92% 0.42% -
HSV(B) 1.23º 0.96% 0.8% -
XYZ 25.1 13.14 1.47 -
YUV 69.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 204 13 9 0 0.94 0.96 0.2 1.23 0.92 0.42
Hex CC D 9 0 5E 60 14 1 5C 2A
Octal 314 15 11 0 136 140 24 1 134 52
Binary 11001100 1101 1001 0 1011110 1100000 10100 1 1011100 101010

Color Harmonies of #CC0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D09

Black with #CC0D09

Text Example


Text Example

White with #CC0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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