#CA0424

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

Shades of Venetian Red #CA0424

Tints of Venetian Red #CA0424

Color information

#CA0424 (or 0xCA0424) is unknown color: approx Venetian Red. HEX triplet: CA, 04 and 24. RGB value is (202,4,36). Sum of RGB (Red+Green+Blue) = 202+4+36=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0424 is #35FBDB. Grayscale: #424242. Windows color (decimal): -3537884 or 2360522. OLE color: 2360522.

HSL color Cylindrical-coordinate representation of color #CA0424: hue angle of 350.3º 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 #CA0424 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB202436-
CMYK00.980.820.21
HSL350.3º96.12%40.39%-
HSV(B)350.3º98.02%79.22%-
XYZ24.7212.772.83-
YUV66.85110.6224.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.47%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=83.47%
G=1.65%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20243600.980.820.21350.396.1240.39
HexCA424062521515e6028
Octal31244401421222553614050
Binary11001010100100100011000101010010101011010111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0424; }

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

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

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

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

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

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

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

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