#CA0415

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

Shades of Venetian Red #CA0415

Tints of Venetian Red #CA0415

Color information

#CA0415 (or 0xCA0415) is unknown color: approx Venetian Red. HEX triplet: CA, 04 and 15. RGB value is (202,4,21). Sum of RGB (Red+Green+Blue) = 202+4+21=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0415 is #35FBEA. Grayscale: #414141. Windows color (decimal): -3537899 or 1377482. OLE color: 1377482.

HSL color Cylindrical-coordinate representation of color #CA0415: hue angle of 354.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0415 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB202421-
CMYK00.980.900.21
HSL354.85º96.12%40.39%-
HSV(B)354.85º98.02%79.22%-
XYZ24.5412.71.87-
YUV65.14103.1225.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 88.99%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=88.99%
G=1.76%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20242100.980.900.21354.8596.1240.39
HexCA4150625A151636028
Octal31242501421322554314050
Binary1100101010010101011000101011010101011011000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0415; }

 p { color: rgb(202,4,21); }

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

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

 a { background-color: rgb(202,4,21); }

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

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

 span { border-color: rgb(202,4,21); }

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