Html Css Color HEX #CA0224 Venetian Red

📋 copy color: '#CA0224'

red 202 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #CA0224

Tints of Venetian Red #CA0224

RGB

 RED value IS 202 (79.3% from 255) = 84.17%

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

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

R = 84.17%
G = 0.83%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA0224 (or 0xCA0224) is known color: Venetian Red. HEX triplet: CA, 02 and 24. RGB value is (202,2,36). Sum of RGB (Red+Green+Blue) = 202+2+36=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0224 is #35FDDB. Grayscale: #414141. Windows color (decimal): -3538396 or 2360010. OLE color: 2360010.

HSL color Cylindrical-coordinate representation of color #CA0224: hue angle of 349.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0224 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 2 36 -
CMYK 0 0.99 0.82 0.21
HSL 349.8º 0.98% 0.4% -
HSV(B) 349.8º 0.99% 0.79% -
XYZ 24.7 12.73 2.82 -
YUV 65.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 202 2 36 0 0.99 0.82 0.21 349.8 0.98 0.4
Hex CA 2 24 0 63 52 15 15E 62 28
Octal 312 2 44 0 143 122 25 536 142 50
Binary 11001010 10 100100 0 1100011 1010010 10101 101011110 1100010 101000

Color Harmonies of #CA0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0224

Black with #CA0224

Text Example


Text Example

White with #CA0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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