Html Css Color HEX #CA0616 Venetian Red

📋 copy color: '#CA0616'

red 202 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #CA0616

Tints of Venetian Red #CA0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 87.83%
G = 2.61%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0616 (or 0xCA0616) is known color: Venetian Red. HEX triplet: CA, 06 and 16. RGB value is (202,6,22). Sum of RGB (Red+Green+Blue) = 202+6+22=230 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.83% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0616 is #35F9E9. Grayscale: #424242. Windows color (decimal): -3537386 or 1443530. OLE color: 1443530.

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

Color convert

RGB 202 6 22 -
CMYK 0 0.97 0.89 0.21
HSL 355.1º 0.94% 0.41% -
HSV(B) 355.1º 0.97% 0.79% -
XYZ 24.57 12.74 1.92 -
YUV 66.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 202 6 22 0 0.97 0.89 0.21 355.1 0.94 0.41
Hex CA 6 16 0 61 59 15 163 5E 29
Octal 312 6 26 0 141 131 25 543 136 51
Binary 11001010 110 10110 0 1100001 1011001 10101 101100011 1011110 101001

Color Harmonies of #CA0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0616

Black with #CA0616

Text Example


Text Example

White with #CA0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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