Html Css Color HEX #DE0221 Venetian Red

📋 copy color: '#DE0221'

red 222 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #DE0221

Tints of Venetian Red #DE0221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 86.38%
G = 0.78%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE0221 (or 0xDE0221) is known color: Venetian Red. HEX triplet: DE, 02 and 21. RGB value is (222,2,33). Sum of RGB (Red+Green+Blue) = 222+2+33=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0221 is #21FDDE. Grayscale: #474747. Windows color (decimal): -2227679 or 2163422. OLE color: 2163422.

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

Color convert

RGB 222 2 33 -
CMYK 0 0.99 0.85 0.13
HSL 351.55º 0.98% 0.44% -
HSV(B) 351.55º 0.99% 0.87% -
XYZ 30.42 15.68 2.86 -
YUV 71.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 222 2 33 0 0.99 0.85 0.13 351.55 0.98 0.44
Hex DE 2 21 0 63 55 D 160 62 2C
Octal 336 2 41 0 143 125 15 540 142 54
Binary 11011110 10 100001 0 1100011 1010101 1101 101100000 1100010 101100

Color Harmonies of #DE0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0221

Black with #DE0221

Text Example


Text Example

White with #DE0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0221; }

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

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

background-color css

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

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

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

border-color css

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

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

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