Html Css Color HEX #DE0B0E Venetian Red

📋 copy color: '#DE0B0E'

red 222 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #DE0B0E

Tints of Venetian Red #DE0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 89.88%
G = 4.45%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE0B0E (or 0xDE0B0E) is known color: Venetian Red. HEX triplet: DE, 0B and 0E. RGB value is (222,11,14). Sum of RGB (Red+Green+Blue) = 222+11+14=247 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.88% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0B0E is #21F4F1. Grayscale: #4A4A4A. Windows color (decimal): -2225394 or 920542. OLE color: 920542.

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

Color convert

RGB 222 11 14 -
CMYK 0 0.95 0.94 0.13
HSL 359.15º 0.91% 0.46% -
HSV(B) 359.15º 0.95% 0.87% -
XYZ 30.32 15.8 1.87 -
YUV 74.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 222 11 14 0 0.95 0.94 0.13 359.15 0.91 0.46
Hex DE B E 0 5F 5E D 167 5B 2E
Octal 336 13 16 0 137 136 15 547 133 56
Binary 11011110 1011 1110 0 1011111 1011110 1101 101100111 1011011 101110

Color Harmonies of #DE0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B0E

Black with #DE0B0E

Text Example


Text Example

White with #DE0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B0E; }

 p { color: rgb(222,11,14); }

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

background-color css

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

 a { background-color: rgb(222,11,14); }

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

border-color css

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

 span { border-color: rgb(222,11,14); }

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