#DE011A

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

Shades of Venetian Red #DE011A

Tints of Venetian Red #DE011A

Color information

#DE011A (or 0xDE011A) is unknown color: approx Venetian Red. HEX triplet: DE, 01 and 1A. RGB value is (222,1,26). Sum of RGB (Red+Green+Blue) = 222+1+26=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE011A is #21FEE5. Grayscale: #464646. Windows color (decimal): -2227942 or 1704414. OLE color: 1704414.

HSL color Cylindrical-coordinate representation of color #DE011A: hue angle of 353.21º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE011A is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB222126-
CMYK01.000.880.13
HSL353.21º99.1%43.73%-
HSV(B)353.21º99.55%87.06%-
XYZ30.3215.632.4-
YUV69.93103.22236.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 89.16%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=89.16%
G=0.40%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212601.000.880.13353.2199.143.73
HexDE11A06458D161632c
Octal33613201441301554114354
Binary1101111011101001100100101100011011011000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE011A; }

 p { color: rgb(222,1,26); }

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

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

 a { background-color: rgb(222,1,26); }

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

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

 span { border-color: rgb(222,1,26); }

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