Html Css Color HEX #CC0721 Venetian Red

📋 copy color: '#CC0721'

red 204 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #CC0721

Tints of Venetian Red #CC0721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 83.61%
G = 2.87%
B = 13.52%

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

#CC0721 (or 0xCC0721) is known color: Venetian Red. HEX triplet: CC, 07 and 21. RGB value is (204,7,33). Sum of RGB (Red+Green+Blue) = 204+7+33=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0721 is #33F8DE. Grayscale: #444444. Windows color (decimal): -3406047 or 2164684. OLE color: 2164684.

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

Color convert

RGB 204 7 33 -
CMYK 0 0.97 0.84 0.2
HSL 352.08º 0.93% 0.41% -
HSV(B) 352.08º 0.97% 0.8% -
XYZ 25.25 13.1 2.64 -
YUV 68.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 204 7 33 0 0.97 0.84 0.2 352.08 0.93 0.41
Hex CC 7 21 0 61 54 14 160 5D 29
Octal 314 7 41 0 141 124 24 540 135 51
Binary 11001100 111 100001 0 1100001 1010100 10100 101100000 1011101 101001

Color Harmonies of #CC0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0721

Black with #CC0721

Text Example


Text Example

White with #CC0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0721; }

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

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

background-color css

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

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

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

border-color css

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

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

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