#CA0724

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

Shades of Venetian Red #CA0724

Tints of Venetian Red #CA0724

Color information

#CA0724 (or 0xCA0724) is unknown color: approx Venetian Red. HEX triplet: CA, 07 and 24. RGB value is (202,7,36). Sum of RGB (Red+Green+Blue) = 202+7+36=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0724 is #35F8DB. Grayscale: #444444. Windows color (decimal): -3537116 or 2361290. OLE color: 2361290.

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

Color convert

RGB202736-
CMYK00.970.820.21
HSL351.08º93.3%40.98%-
HSV(B)351.08º96.53%79.22%-
XYZ24.7512.842.84-
YUV68.61109.6223.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 82.45%
GREEN value IS 7 (3.12% from 255) = 2.86%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=82.45%
G=2.86%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20273600.970.820.21351.0893.340.98
HexCA724061521515f5d29
Octal31274401411222553713551
Binary11001010111100100011000011010010101011010111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0724; }

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

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

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

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

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

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

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

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