Html Css Color HEX #CA0218 Venetian Red

📋 copy color: '#CA0218'

red 202 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #CA0218

Tints of Venetian Red #CA0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 88.6%
G = 0.88%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0218 (or 0xCA0218) is known color: Venetian Red. HEX triplet: CA, 02 and 18. RGB value is (202,2,24). Sum of RGB (Red+Green+Blue) = 202+2+24=228 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.60% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0218 is #35FDE7. Grayscale: #404040. Windows color (decimal): -3538408 or 1573578. OLE color: 1573578.

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

Color convert

RGB 202 2 24 -
CMYK 0 0.99 0.88 0.21
HSL 353.4º 0.98% 0.4% -
HSV(B) 353.4º 0.99% 0.79% -
XYZ 24.54 12.67 2.02 -
YUV 64.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 202 2 24 0 0.99 0.88 0.21 353.4 0.98 0.4
Hex CA 2 18 0 63 58 15 161 62 28
Octal 312 2 30 0 143 130 25 541 142 50
Binary 11001010 10 11000 0 1100011 1011000 10101 101100001 1100010 101000

Color Harmonies of #CA0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0218

Black with #CA0218

Text Example


Text Example

White with #CA0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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