Html Css Color HEX #CC0224 Venetian Red

📋 copy color: '#CC0224'

red 204 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #CC0224

Tints of Venetian Red #CC0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 84.3%
G = 0.83%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC0224 (or 0xCC0224) is known color: Venetian Red. HEX triplet: CC, 02 and 24. RGB value is (204,2,36). Sum of RGB (Red+Green+Blue) = 204+2+36=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0224 is #33FDDB. Grayscale: #424242. Windows color (decimal): -3407324 or 2360012. OLE color: 2360012.

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

Color convert

RGB 204 2 36 -
CMYK 0 0.99 0.82 0.2
HSL 349.9º 0.98% 0.4% -
HSV(B) 349.9º 0.99% 0.8% -
XYZ 25.24 13.01 2.85 -
YUV 66.27 110.92 226.24 -
System Red Green Blue C M Y K H S L
Decimal 204 2 36 0 0.99 0.82 0.2 349.9 0.98 0.4
Hex CC 2 24 0 63 52 14 15E 62 28
Octal 314 2 44 0 143 122 24 536 142 50
Binary 11001100 10 100100 0 1100011 1010010 10100 101011110 1100010 101000

Color Harmonies of #CC0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0224

Black with #CC0224

Text Example


Text Example

White with #CC0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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