Html Css Color HEX #CC022B Venetian Red

📋 copy color: '#CC022B'

red 204 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #CC022B

Tints of Venetian Red #CC022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 81.93%
G = 0.8%
B = 17.27%

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

#CC022B (or 0xCC022B) is known color: Venetian Red. HEX triplet: CC, 02 and 2B. RGB value is (204,2,43). Sum of RGB (Red+Green+Blue) = 204+2+43=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC022B is #33FDD4. Grayscale: #434343. Windows color (decimal): -3407317 or 2818764. OLE color: 2818764.

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

Color convert

RGB 204 2 43 -
CMYK 0 0.99 0.79 0.2
HSL 347.82º 0.98% 0.4% -
HSV(B) 347.82º 0.99% 0.8% -
XYZ 25.36 13.06 3.47 -
YUV 67.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 204 2 43 0 0.99 0.79 0.2 347.82 0.98 0.4
Hex CC 2 2B 0 63 4F 14 15C 62 28
Octal 314 2 53 0 143 117 24 534 142 50
Binary 11001100 10 101011 0 1100011 1001111 10100 101011100 1100010 101000

Color Harmonies of #CC022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC022B

Black with #CC022B

Text Example


Text Example

White with #CC022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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