Html Css Color HEX #CA0C13 Venetian Red

📋 copy color: '#CA0C13'

red 202 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #CA0C13

Tints of Venetian Red #CA0C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 86.7%
G = 5.15%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0C13 (or 0xCA0C13) is known color: Venetian Red. HEX triplet: CA, 0C and 13. RGB value is (202,12,19). Sum of RGB (Red+Green+Blue) = 202+12+19=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C13 is #35F3EC. Grayscale: #454545. Windows color (decimal): -3535853 or 1248458. OLE color: 1248458.

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

Color convert

RGB 202 12 19 -
CMYK 0 0.94 0.91 0.21
HSL 357.79º 0.89% 0.42% -
HSV(B) 357.79º 0.94% 0.79% -
XYZ 24.61 12.87 1.8 -
YUV 69.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 202 12 19 0 0.94 0.91 0.21 357.79 0.89 0.42
Hex CA C 13 0 5E 5B 15 166 59 2A
Octal 312 14 23 0 136 133 25 546 131 52
Binary 11001010 1100 10011 0 1011110 1011011 10101 101100110 1011001 101010

Color Harmonies of #CA0C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C13

Black with #CA0C13

Text Example


Text Example

White with #CA0C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C13; }

 p { color: rgb(202,12,19); }

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

background-color css

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

 a { background-color: rgb(202,12,19); }

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

border-color css

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

 span { border-color: rgb(202,12,19); }

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