Html Css Color HEX #CC0822 Venetian Red

📋 copy color: '#CC0822'

red 204 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #CC0822

Tints of Venetian Red #CC0822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 82.93%
G = 3.25%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC0822 (or 0xCC0822) is known color: Venetian Red. HEX triplet: CC, 08 and 22. RGB value is (204,8,34). Sum of RGB (Red+Green+Blue) = 204+8+34=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0822 is #33F7DD. Grayscale: #454545. Windows color (decimal): -3405790 or 2230476. OLE color: 2230476.

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

Color convert

RGB 204 8 34 -
CMYK 0 0.96 0.83 0.2
HSL 352.04º 0.92% 0.42% -
HSV(B) 352.04º 0.96% 0.8% -
XYZ 25.28 13.13 2.71 -
YUV 69.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 204 8 34 0 0.96 0.83 0.2 352.04 0.92 0.42
Hex CC 8 22 0 60 53 14 160 5C 2A
Octal 314 10 42 0 140 123 24 540 134 52
Binary 11001100 1000 100010 0 1100000 1010011 10100 101100000 1011100 101010

Color Harmonies of #CC0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0822

Black with #CC0822

Text Example


Text Example

White with #CC0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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