Html Css Color HEX #CA0216 Venetian Red

📋 copy color: '#CA0216'

red 202 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #CA0216

Tints of Venetian Red #CA0216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 89.38%
G = 0.88%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0216 (or 0xCA0216) is known color: Venetian Red. HEX triplet: CA, 02 and 16. RGB value is (202,2,22). Sum of RGB (Red+Green+Blue) = 202+2+22=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0216 is #35FDE9. Grayscale: #404040. Windows color (decimal): -3538410 or 1442506. OLE color: 1442506.

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

Color convert

RGB 202 2 22 -
CMYK 0 0.99 0.89 0.21
HSL 354º 0.98% 0.4% -
HSV(B) 354º 0.99% 0.79% -
XYZ 24.52 12.66 1.91 -
YUV 64.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 202 2 22 0 0.99 0.89 0.21 354 0.98 0.4
Hex CA 2 16 0 63 59 15 162 62 28
Octal 312 2 26 0 143 131 25 542 142 50
Binary 11001010 10 10110 0 1100011 1011001 10101 101100010 1100010 101000

Color Harmonies of #CA0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0216

Black with #CA0216

Text Example


Text Example

White with #CA0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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