Html Css Color HEX #DE2D31 Alizarin

📋 copy color: '#DE2D31'

red 222 ◦ green 45 ◦ blue 49

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

Shades of Alizarin #DE2D31

Tints of Alizarin #DE2D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 70.25%
G = 14.24%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2D31 (or 0xDE2D31) is known color: Alizarin. HEX triplet: DE, 2D and 31. RGB value is (222,45,49). Sum of RGB (Red+Green+Blue) = 222+45+49=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D31 is #21D2CE. Grayscale: #626262. Windows color (decimal): -2216655 or 3223006. OLE color: 3223006.

HSL color Cylindrical-coordinate representation of color #DE2D31: hue angle of 358.64º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 49 -
CMYK 0 0.80 0.78 0.13
HSL 358.64º 0.73% 0.52% -
HSV(B) 358.64º 0.8% 0.87% -
XYZ 31.62 17.63 4.64 -
YUV 98.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 222 45 49 0 0.80 0.78 0.13 358.64 0.73 0.52
Hex DE 2D 31 0 50 4E D 167 49 34
Octal 336 55 61 0 120 116 15 547 111 64
Binary 11011110 101101 110001 0 1010000 1001110 1101 101100111 1001001 110100

Color Harmonies of #DE2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D31

Black with #DE2D31

Text Example


Text Example

White with #DE2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D31; }

 p { color: rgb(222,45,49); }

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

background-color css

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

 a { background-color: rgb(222,45,49); }

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

border-color css

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

 span { border-color: rgb(222,45,49); }

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