Html Css Color HEX #DE0011 Venetian Red

📋 copy color: '#DE0011'

red 222 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #DE0011

Tints of Venetian Red #DE0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.89%
G = 0%
B = 7.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE0011 (or 0xDE0011) is known color: Venetian Red. HEX triplet: DE, 00 and 11. RGB value is (222,0,17). Sum of RGB (Red+Green+Blue) = 222+0+17=239 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.89% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0011 is #21FFEE. Grayscale: #444444. Windows color (decimal): -2228207 or 1114334. OLE color: 1114334.

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

Color convert

RGB 222 0 17 -
CMYK 0 1 0.92 0.13
HSL 355.41º 1% 0.44% -
HSV(B) 355.41º 1% 0.87% -
XYZ 30.23 15.57 1.94 -
YUV 68.32 99.05 237.62 -
System Red Green Blue C M Y K H S L
Decimal 222 0 17 0 1 0.92 0.13 355.41 1 0.44
Hex DE 0 11 0 64 5C D 163 64 2C
Octal 336 0 21 0 144 134 15 543 144 54
Binary 11011110 0 10001 0 1100100 1011100 1101 101100011 1100100 101100

Color Harmonies of #DE0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0011

Black with #DE0011

Text Example


Text Example

White with #DE0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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