Html Css Color HEX #DE0811 Venetian Red

📋 copy color: '#DE0811'

red 222 ◦ green 8 ◦ blue 17

#DE0811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #DE0811

Tints of Venetian Red #DE0811

RGB

 RED value IS 222 (87.11% from 255) = 89.88%

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 89.88%
G = 3.24%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE0811 (or 0xDE0811) is known color: Venetian Red. HEX triplet: DE, 08 and 11. RGB value is (222,8,17). Sum of RGB (Red+Green+Blue) = 222+8+17=247 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.88% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0811 is #21F7EE. Grayscale: #494949. Windows color (decimal): -2226159 or 1116382. OLE color: 1116382.

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

Color convert

RGB 222 8 17 -
CMYK 0 0.96 0.92 0.13
HSL 357.48º 0.93% 0.45% -
HSV(B) 357.48º 0.96% 0.87% -
XYZ 30.31 15.74 1.97 -
YUV 73.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 222 8 17 0 0.96 0.92 0.13 357.48 0.93 0.45
Hex DE 8 11 0 60 5C D 165 5D 2D
Octal 336 10 21 0 140 134 15 545 135 55
Binary 11011110 1000 10001 0 1100000 1011100 1101 101100101 1011101 101101

Color Harmonies of #DE0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0811

Black with #DE0811

Text Example


Text Example

White with #DE0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0811; }

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

 H1.HeaderClassName
 {
   color: #DE0811;
 }
 .AnyTagClassName
 {
   color: #DE0811;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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