Html Css Color HEX #CC0609 Venetian Red

📋 copy color: '#CC0609'

red 204 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #CC0609

Tints of Venetian Red #CC0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 93.15%
G = 2.74%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0609 (or 0xCC0609) is known color: Venetian Red. HEX triplet: CC, 06 and 09. RGB value is (204,6,9). Sum of RGB (Red+Green+Blue) = 204+6+9=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0609 is #33F9F6. Grayscale: #414141. Windows color (decimal): -3406327 or 591564. OLE color: 591564.

HSL color Cylindrical-coordinate representation of color #CC0609: hue angle of 359.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 9 -
CMYK 0 0.97 0.96 0.2
HSL 359.09º 0.94% 0.41% -
HSV(B) 359.09º 0.97% 0.8% -
XYZ 25.02 12.99 1.45 -
YUV 65.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 204 6 9 0 0.97 0.96 0.2 359.09 0.94 0.41
Hex CC 6 9 0 61 60 14 167 5E 29
Octal 314 6 11 0 141 140 24 547 136 51
Binary 11001100 110 1001 0 1100001 1100000 10100 101100111 1011110 101001

Color Harmonies of #CC0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0609

Black with #CC0609

Text Example


Text Example

White with #CC0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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