#DE0A14

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

Shades of Venetian Red #DE0A14

Tints of Venetian Red #DE0A14

Color information

#DE0A14 (or 0xDE0A14) is unknown color: approx Venetian Red. HEX triplet: DE, 0A and 14. RGB value is (222,10,20). Sum of RGB (Red+Green+Blue) = 222+10+20=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0A14 is #21F5EB. Grayscale: #4A4A4A. Windows color (decimal): -2225644 or 1313502. OLE color: 1313502.

HSL color Cylindrical-coordinate representation of color #DE0A14: hue angle of 357.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB2221020-
CMYK00.950.910.13
HSL357.17º91.38%45.49%-
HSV(B)357.17º95.5%87.06%-
XYZ30.3615.82.11-
YUV74.5397.24233.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 88.10%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=88.10%
G=3.97%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222102000.950.910.13357.1791.3845.49
HexDEA1405F5BD1655b2d
Octal336122401371331554513355
Binary1101111010101010001011111101101111011011001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0A14; }

 p { color: rgb(222,10,20); }

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

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

 a { background-color: rgb(222,10,20); }

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

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

 span { border-color: rgb(222,10,20); }

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