#CD0E14

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

Shades of Venetian Red #CD0E14

Tints of Venetian Red #CD0E14

Color information

#CD0E14 (or 0xCD0E14) is unknown color: approx Venetian Red. HEX triplet: CD, 0E and 14. RGB value is (205,14,20). Sum of RGB (Red+Green+Blue) = 205+14+20=239 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.77% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0E14 is #32F1EB. Grayscale: #474747. Windows color (decimal): -3338732 or 1314509. OLE color: 1314509.

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

Color convert

RGB2051420-
CMYK00.930.900.20
HSL358.12º87.21%42.94%-
HSV(B)358.12º93.17%80.39%-
XYZ25.4613.341.9-
YUV71.7998.78223.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 85.77%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=85.77%
G=5.86%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205142000.930.900.20358.1287.2142.94
HexCDE1405D5A14166572b
Octal315162401351322454612753
Binary11001101111010100010111011011010101001011001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E14; }

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

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

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

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

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

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

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

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