#DE0814

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

Shades of Venetian Red #DE0814

Tints of Venetian Red #DE0814

Color information

#DE0814 (or 0xDE0814) is unknown color: approx Venetian Red. HEX triplet: DE, 08 and 14. RGB value is (222,8,20). Sum of RGB (Red+Green+Blue) = 222+8+20=250 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0814 is #21F7EB. Grayscale: #494949. Windows color (decimal): -2226156 or 1312990. OLE color: 1312990.

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

Color convert

RGB222820-
CMYK00.960.910.13
HSL356.64º93.04%45.1%-
HSV(B)356.64º96.4%87.06%-
XYZ30.3415.752.1-
YUV73.3597.9234.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 88.8%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 20 (8.20% from 255) = 8%
R=88.8%
G=3.2%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22282000.960.910.13356.6493.0445.1
HexDE8140605BD1655d2d
Octal336102401401331554513555
Binary1101111010001010001100000101101111011011001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0814; }

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

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

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

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

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

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

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

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