Html Css Color HEX #DE0219 Venetian Red

📋 copy color: '#DE0219'

red 222 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #DE0219

Tints of Venetian Red #DE0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 89.16%
G = 0.8%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE0219 (or 0xDE0219) is known color: Venetian Red. HEX triplet: DE, 02 and 19. RGB value is (222,2,25). Sum of RGB (Red+Green+Blue) = 222+2+25=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0219 is #21FDE6. Grayscale: #464646. Windows color (decimal): -2227687 or 1639134. OLE color: 1639134.

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

Color convert

RGB 222 2 25 -
CMYK 0 0.99 0.89 0.13
HSL 353.73º 0.98% 0.44% -
HSV(B) 353.73º 0.99% 0.87% -
XYZ 30.32 15.64 2.34 -
YUV 70.4 102.39 236.13 -
System Red Green Blue C M Y K H S L
Decimal 222 2 25 0 0.99 0.89 0.13 353.73 0.98 0.44
Hex DE 2 19 0 63 59 D 162 62 2C
Octal 336 2 31 0 143 131 15 542 142 54
Binary 11011110 10 11001 0 1100011 1011001 1101 101100010 1100010 101100

Color Harmonies of #DE0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0219

Black with #DE0219

Text Example


Text Example

White with #DE0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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