Html Css Color HEX #CC0720 Venetian Red

📋 copy color: '#CC0720'

red 204 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #CC0720

Tints of Venetian Red #CC0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

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

R = 83.95%
G = 2.88%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0720 (or 0xCC0720) is known color: Venetian Red. HEX triplet: CC, 07 and 20. RGB value is (204,7,32). Sum of RGB (Red+Green+Blue) = 204+7+32=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0720 is #33F8DF. Grayscale: #444444. Windows color (decimal): -3406048 or 2099148. OLE color: 2099148.

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

Color convert

RGB 204 7 32 -
CMYK 0 0.97 0.84 0.2
HSL 352.39º 0.93% 0.41% -
HSV(B) 352.39º 0.97% 0.8% -
XYZ 25.24 13.09 2.56 -
YUV 68.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 204 7 32 0 0.97 0.84 0.2 352.39 0.93 0.41
Hex CC 7 20 0 61 54 14 160 5D 29
Octal 314 7 40 0 141 124 24 540 135 51
Binary 11001100 111 100000 0 1100001 1010100 10100 101100000 1011101 101001

Color Harmonies of #CC0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0720

Black with #CC0720

Text Example


Text Example

White with #CC0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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