Html Css Color HEX #CC022A Venetian Red

📋 copy color: '#CC022A'

red 204 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #CC022A

Tints of Venetian Red #CC022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 82.26%
G = 0.81%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC022A (or 0xCC022A) is known color: Venetian Red. HEX triplet: CC, 02 and 2A. RGB value is (204,2,42). Sum of RGB (Red+Green+Blue) = 204+2+42=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC022A is #33FDD5. Grayscale: #434343. Windows color (decimal): -3407318 or 2753228. OLE color: 2753228.

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

Color convert

RGB 204 2 42 -
CMYK 0 0.99 0.79 0.2
HSL 348.12º 0.98% 0.4% -
HSV(B) 348.12º 0.99% 0.8% -
XYZ 25.34 13.05 3.37 -
YUV 66.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 204 2 42 0 0.99 0.79 0.2 348.12 0.98 0.4
Hex CC 2 2A 0 63 4F 14 15C 62 28
Octal 314 2 52 0 143 117 24 534 142 50
Binary 11001100 10 101010 0 1100011 1001111 10100 101011100 1100010 101000

Color Harmonies of #CC022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC022A

Black with #CC022A

Text Example


Text Example

White with #CC022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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