Html Css Color HEX #CC0820 Venetian Red

📋 copy color: '#CC0820'

red 204 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #CC0820

Tints of Venetian Red #CC0820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 83.61%
G = 3.28%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0820 (or 0xCC0820) is known color: Venetian Red. HEX triplet: CC, 08 and 20. RGB value is (204,8,32). Sum of RGB (Red+Green+Blue) = 204+8+32=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0820 is #33F7DF. Grayscale: #454545. Windows color (decimal): -3405792 or 2099404. OLE color: 2099404.

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

Color convert

RGB 204 8 32 -
CMYK 0 0.96 0.84 0.2
HSL 352.65º 0.92% 0.42% -
HSV(B) 352.65º 0.96% 0.8% -
XYZ 25.25 13.12 2.57 -
YUV 69.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 204 8 32 0 0.96 0.84 0.2 352.65 0.92 0.42
Hex CC 8 20 0 60 54 14 161 5C 2A
Octal 314 10 40 0 140 124 24 541 134 52
Binary 11001100 1000 100000 0 1100000 1010100 10100 101100001 1011100 101010

Color Harmonies of #CC0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0820

Black with #CC0820

Text Example


Text Example

White with #CC0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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