Html Css Color HEX #CA0F16 Venetian Red

📋 copy color: '#CA0F16'

red 202 ◦ green 15 ◦ blue 22

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

Shades of Venetian Red #CA0F16

Tints of Venetian Red #CA0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 84.52%
G = 6.28%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0F16 (or 0xCA0F16) is known color: Venetian Red. HEX triplet: CA, 0F and 16. RGB value is (202,15,22). Sum of RGB (Red+Green+Blue) = 202+15+22=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0F16 is #35F0E9. Grayscale: #474747. Windows color (decimal): -3535082 or 1445834. OLE color: 1445834.

HSL color Cylindrical-coordinate representation of color #CA0F16: hue angle of 357.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F16 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 22 -
CMYK 0 0.93 0.89 0.21
HSL 357.75º 0.86% 0.43% -
HSV(B) 357.75º 0.93% 0.79% -
XYZ 24.67 12.96 1.96 -
YUV 71.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 202 15 22 0 0.93 0.89 0.21 357.75 0.86 0.43
Hex CA F 16 0 5D 59 15 166 56 2B
Octal 312 17 26 0 135 131 25 546 126 53
Binary 11001010 1111 10110 0 1011101 1011001 10101 101100110 1010110 101011

Color Harmonies of #CA0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F16

Black with #CA0F16

Text Example


Text Example

White with #CA0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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