#CD0A10

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

Shades of Venetian Red #CD0A10

Tints of Venetian Red #CD0A10

Color information

#CD0A10 (or 0xCD0A10) is unknown color: approx Venetian Red. HEX triplet: CD, 0A and 10. RGB value is (205,10,16). Sum of RGB (Red+Green+Blue) = 205+10+16=231 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.74% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0A10 is #32F5EF. Grayscale: #454545. Windows color (decimal): -3339760 or 1051341. OLE color: 1051341.

HSL color Cylindrical-coordinate representation of color #CD0A10: hue angle of 358.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB2051016-
CMYK00.950.920.20
HSL358.15º90.7%42.16%-
HSV(B)358.15º95.12%80.39%-
XYZ25.3813.231.71-
YUV68.9998.1225.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 88.74%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=88.74%
G=4.33%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205101600.950.920.20358.1590.742.16
HexCDA1005F5C141665b2a
Octal315122001371342454613352
Binary11001101101010000010111111011100101001011001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0A10; }

 p { color: rgb(205,10,16); }

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

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

 a { background-color: rgb(205,10,16); }

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

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

 span { border-color: rgb(205,10,16); }

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