#CA0714

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

Shades of Venetian Red #CA0714

Tints of Venetian Red #CA0714

Color information

#CA0714 (or 0xCA0714) is unknown color: approx Venetian Red. HEX triplet: CA, 07 and 14. RGB value is (202,7,20). Sum of RGB (Red+Green+Blue) = 202+7+20=229 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.21% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0714 is #35F8EB. Grayscale: #424242. Windows color (decimal): -3537132 or 1312714. OLE color: 1312714.

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

Color convert

RGB202720-
CMYK00.970.900.21
HSL356º93.3%40.98%-
HSV(B)356º96.53%79.22%-
XYZ24.5612.761.83-
YUV66.79101.6224.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 88.21%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=88.21%
G=3.06%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20272000.970.900.2135693.340.98
HexCA7140615A151645d29
Octal31272401411322554413551
Binary1100101011110100011000011011010101011011001001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0714; }

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

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

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

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

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

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

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

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