#CD0E12

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

Shades of Venetian Red #CD0E12

Tints of Venetian Red #CD0E12

Color information

#CD0E12 (or 0xCD0E12) is unknown color: approx Venetian Red. HEX triplet: CD, 0E and 12. RGB value is (205,14,18). Sum of RGB (Red+Green+Blue) = 205+14+18=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0E12 is #32F1ED. Grayscale: #474747. Windows color (decimal): -3338734 or 1183437. OLE color: 1183437.

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

Color convert

RGB2051418-
CMYK00.930.910.20
HSL358.74º87.21%42.94%-
HSV(B)358.74º93.17%80.39%-
XYZ25.4413.341.81-
YUV71.5697.78223.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 86.50%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=86.50%
G=5.91%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205141800.930.910.20358.7487.2142.94
HexCDE1205D5B14167572b
Octal315162201351332454712753
Binary11001101111010010010111011011011101001011001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E12; }

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

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

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

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

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

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

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

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