Html Css Color HEX #DE021F Venetian Red

📋 copy color: '#DE021F'

red 222 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #DE021F

Tints of Venetian Red #DE021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 87.06%
G = 0.78%
B = 12.16%

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

#DE021F (or 0xDE021F) is known color: Venetian Red. HEX triplet: DE, 02 and 1F. RGB value is (222,2,31). Sum of RGB (Red+Green+Blue) = 222+2+31=255 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.06% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 222 - color contains mainly: red. Hex color #DE021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE021F is #21FDE0. Grayscale: #474747. Windows color (decimal): -2227681 or 2032350. OLE color: 2032350.

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

Color convert

RGB 222 2 31 -
CMYK 0 0.99 0.86 0.13
HSL 352.09º 0.98% 0.44% -
HSV(B) 352.09º 0.99% 0.87% -
XYZ 30.39 15.67 2.72 -
YUV 71.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 222 2 31 0 0.99 0.86 0.13 352.09 0.98 0.44
Hex DE 2 1F 0 63 56 D 160 62 2C
Octal 336 2 37 0 143 126 15 540 142 54
Binary 11011110 10 11111 0 1100011 1010110 1101 101100000 1100010 101100

Color Harmonies of #DE021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE021F

Black with #DE021F

Text Example


Text Example

White with #DE021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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