Html Css Color HEX #DE021D Venetian Red

📋 copy color: '#DE021D'

red 222 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #DE021D

Tints of Venetian Red #DE021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 87.75%
G = 0.79%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE021D (or 0xDE021D) is known color: Venetian Red. HEX triplet: DE, 02 and 1D. RGB value is (222,2,29). Sum of RGB (Red+Green+Blue) = 222+2+29=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE021D is #21FDE2. Grayscale: #464646. Windows color (decimal): -2227683 or 1901278. OLE color: 1901278.

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

Color convert

RGB 222 2 29 -
CMYK 0 0.99 0.87 0.13
HSL 352.64º 0.98% 0.44% -
HSV(B) 352.64º 0.99% 0.87% -
XYZ 30.37 15.66 2.58 -
YUV 70.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 222 2 29 0 0.99 0.87 0.13 352.64 0.98 0.44
Hex DE 2 1D 0 63 57 D 161 62 2C
Octal 336 2 35 0 143 127 15 541 142 54
Binary 11011110 10 11101 0 1100011 1010111 1101 101100001 1100010 101100

Color Harmonies of #DE021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE021D

Black with #DE021D

Text Example


Text Example

White with #DE021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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