#DE0A10

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

Shades of Venetian Red #DE0A10

Tints of Venetian Red #DE0A10

Color information

#DE0A10 (or 0xDE0A10) is unknown color: approx Venetian Red. HEX triplet: DE, 0A and 10. RGB value is (222,10,16). Sum of RGB (Red+Green+Blue) = 222+10+16=248 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.52% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0A10 is #21F5EF. Grayscale: #4A4A4A. Windows color (decimal): -2225648 or 1051358. OLE color: 1051358.

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

Color convert

RGB2221016-
CMYK00.950.930.13
HSL358.3º91.38%45.49%-
HSV(B)358.3º95.5%87.06%-
XYZ30.3315.781.94-
YUV74.0795.24233.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 89.52%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=89.52%
G=4.03%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222101600.950.930.13358.391.3845.49
HexDEA1005F5DD1665b2d
Octal336122001371351554613355
Binary1101111010101000001011111101110111011011001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0A10; }

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

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

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

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

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

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

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

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