Html Css Color HEX #DE0220 Venetian Red

📋 copy color: '#DE0220'

red 222 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #DE0220

Tints of Venetian Red #DE0220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 86.72%
G = 0.78%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE0220 (or 0xDE0220) is known color: Venetian Red. HEX triplet: DE, 02 and 20. RGB value is (222,2,32). Sum of RGB (Red+Green+Blue) = 222+2+32=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0220 is #21FDDF. Grayscale: #474747. Windows color (decimal): -2227680 or 2097886. OLE color: 2097886.

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

Color convert

RGB 222 2 32 -
CMYK 0 0.99 0.86 0.13
HSL 351.82º 0.98% 0.44% -
HSV(B) 351.82º 0.99% 0.87% -
XYZ 30.41 15.68 2.79 -
YUV 71.2 105.89 235.56 -
System Red Green Blue C M Y K H S L
Decimal 222 2 32 0 0.99 0.86 0.13 351.82 0.98 0.44
Hex DE 2 20 0 63 56 D 160 62 2C
Octal 336 2 40 0 143 126 15 540 142 54
Binary 11011110 10 100000 0 1100011 1010110 1101 101100000 1100010 101100

Color Harmonies of #DE0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0220

Black with #DE0220

Text Example


Text Example

White with #DE0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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