#CA1213

Color #CA1213 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CA1213

Tints of Venetian Red #CA1213

Color information

#CA1213 (or 0xCA1213) is unknown color: approx Venetian Red. HEX triplet: CA, 12 and 13. RGB value is (202,18,19). Sum of RGB (Red+Green+Blue) = 202+18+19=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1213 is #35EDEC. Grayscale: #494949. Windows color (decimal): -3534317 or 1249994. OLE color: 1249994.

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

Color convert

RGB2021819-
CMYK00.910.910.21
HSL359.67º83.64%43.14%-
HSV(B)359.67º91.09%79.22%-
XYZ24.6913.041.83-
YUV73.1397.46219.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 84.52%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=84.52%
G=7.53%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202181900.910.910.21359.6783.6443.14
HexCA121305B5B15168542b
Octal312222301331332555012453
Binary110010101001010011010110111011011101011011010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1213; }

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

 H1.HeaderClassName
 {
   color: #CA1213;
 }
 .AnyTagClassName
 {
   color: #CA1213;
 }
</style>
background-color css

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

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

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

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

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

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