Html Css Color HEX #DE2431 Alizarin

📋 copy color: '#DE2431'

red 222 ◦ green 36 ◦ blue 49

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

Shades of Alizarin #DE2431

Tints of Alizarin #DE2431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 72.31%
G = 11.73%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2431 (or 0xDE2431) is known color: Alizarin. HEX triplet: DE, 24 and 31. RGB value is (222,36,49). Sum of RGB (Red+Green+Blue) = 222+36+49=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2431 is #21DBCE. Grayscale: #5D5D5D. Windows color (decimal): -2218959 or 3220702. OLE color: 3220702.

HSL color Cylindrical-coordinate representation of color #DE2431: hue angle of 355.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2431 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 36 49 -
CMYK 0 0.84 0.78 0.13
HSL 355.81º 0.74% 0.51% -
HSV(B) 355.81º 0.84% 0.87% -
XYZ 31.31 17.01 4.54 -
YUV 93.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 222 36 49 0 0.84 0.78 0.13 355.81 0.74 0.51
Hex DE 24 31 0 54 4E D 164 4A 33
Octal 336 44 61 0 124 116 15 544 112 63
Binary 11011110 100100 110001 0 1010100 1001110 1101 101100100 1001010 110011

Color Harmonies of #DE2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2431

Black with #DE2431

Text Example


Text Example

White with #DE2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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