#CD0A0E

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

Shades of Venetian Red #CD0A0E

Tints of Venetian Red #CD0A0E

Color information

#CD0A0E (or 0xCD0A0E) is unknown color: approx Venetian Red. HEX triplet: CD, 0A and 0E. RGB value is (205,10,14). Sum of RGB (Red+Green+Blue) = 205+10+14=229 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.52% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0A0E is #32F5F1. Grayscale: #444444. Windows color (decimal): -3339762 or 920269. OLE color: 920269.

HSL color Cylindrical-coordinate representation of color #CD0A0E: hue angle of 358.77º 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 #CD0A0E is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2051014-
CMYK00.950.930.20
HSL358.77º90.7%42.16%-
HSV(B)358.77º95.12%80.39%-
XYZ25.3613.231.63-
YUV68.7697.1225.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 89.52%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=89.52%
G=4.37%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205101400.950.930.20358.7790.742.16
HexCDAE05F5D141675b2a
Octal315121601371352454713352
Binary1100110110101110010111111011101101001011001111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0A0E; }

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

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

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

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

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

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

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

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