#CA0C1D

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

Shades of Venetian Red #CA0C1D

Tints of Venetian Red #CA0C1D

Color information

#CA0C1D (or 0xCA0C1D) is unknown color: approx Venetian Red. HEX triplet: CA, 0C and 1D. RGB value is (202,12,29). Sum of RGB (Red+Green+Blue) = 202+12+29=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C1D is #35F3E2. Grayscale: #464646. Windows color (decimal): -3535843 or 1903818. OLE color: 1903818.

HSL color Cylindrical-coordinate representation of color #CA0C1D: hue angle of 354.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2021229-
CMYK00.940.860.21
HSL354.63º88.79%41.96%-
HSV(B)354.63º94.06%79.22%-
XYZ24.7112.912.35-
YUV70.75104.45221.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.13%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=83.13%
G=4.94%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202122900.940.860.21354.6388.7941.96
HexCAC1D05E5615163592a
Octal312143501361262554313152
Binary11001010110011101010111101010110101011011000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C1D; }

 p { color: rgb(202,12,29); }

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

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

 a { background-color: rgb(202,12,29); }

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

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

 span { border-color: rgb(202,12,29); }

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