Html Css Color HEX #CC0209 Venetian Red

📋 copy color: '#CC0209'

red 204 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #CC0209

Tints of Venetian Red #CC0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 94.88%
G = 0.93%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0209 (or 0xCC0209) is known color: Venetian Red. HEX triplet: CC, 02 and 09. RGB value is (204,2,9). Sum of RGB (Red+Green+Blue) = 204+2+9=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0209 is #33FDF6. Grayscale: #3F3F3F. Windows color (decimal): -3407351 or 590540. OLE color: 590540.

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

Color convert

RGB 204 2 9 -
CMYK 0 0.99 0.96 0.2
HSL 357.92º 0.98% 0.4% -
HSV(B) 357.92º 0.99% 0.8% -
XYZ 24.97 12.9 1.43 -
YUV 63.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 204 2 9 0 0.99 0.96 0.2 357.92 0.98 0.4
Hex CC 2 9 0 63 60 14 166 62 28
Octal 314 2 11 0 143 140 24 546 142 50
Binary 11001100 10 1001 0 1100011 1100000 10100 101100110 1100010 101000

Color Harmonies of #CC0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0209

Black with #CC0209

Text Example


Text Example

White with #CC0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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