Html Css Color HEX #DE0211 Venetian Red

📋 copy color: '#DE0211'

red 222 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #DE0211

Tints of Venetian Red #DE0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 92.12%
G = 0.83%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE0211 (or 0xDE0211) is known color: Venetian Red. HEX triplet: DE, 02 and 11. RGB value is (222,2,17). Sum of RGB (Red+Green+Blue) = 222+2+17=241 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.12% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0211 is #21FDEE. Grayscale: #454545. Windows color (decimal): -2227695 or 1114846. OLE color: 1114846.

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

Color convert

RGB 222 2 17 -
CMYK 0 0.99 0.92 0.13
HSL 355.91º 0.98% 0.44% -
HSV(B) 355.91º 0.99% 0.87% -
XYZ 30.25 15.61 1.95 -
YUV 69.49 98.39 236.78 -
System Red Green Blue C M Y K H S L
Decimal 222 2 17 0 0.99 0.92 0.13 355.91 0.98 0.44
Hex DE 2 11 0 63 5C D 164 62 2C
Octal 336 2 21 0 143 134 15 544 142 54
Binary 11011110 10 10001 0 1100011 1011100 1101 101100100 1100010 101100

Color Harmonies of #DE0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0211

Black with #DE0211

Text Example


Text Example

White with #DE0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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