Html Css Color HEX #CC0809 Venetian Red

📋 copy color: '#CC0809'

red 204 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #CC0809

Tints of Venetian Red #CC0809

RGB

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

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

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

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

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

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

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

Color convert

RGB 204 8 9 -
CMYK 0 0.96 0.96 0.2
HSL 359.69º 0.92% 0.42% -
HSV(B) 359.69º 0.96% 0.8% -
XYZ 25.04 13.03 1.45 -
YUV 66.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 204 8 9 0 0.96 0.96 0.2 359.69 0.92 0.42
Hex CC 8 9 0 60 60 14 168 5C 2A
Octal 314 10 11 0 140 140 24 550 134 52
Binary 11001100 1000 1001 0 1100000 1100000 10100 101101000 1011100 101010

Color Harmonies of #CC0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0809

Black with #CC0809

Text Example


Text Example

White with #CC0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0809; }

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

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

background-color css

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

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

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

border-color css

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

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

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