Html Css Color HEX #DE2441 Alizarin

📋 copy color: '#DE2441'

red 222 ◦ green 36 ◦ blue 65

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

Shades of Alizarin #DE2441

Tints of Alizarin #DE2441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 68.73%
G = 11.15%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2441 (or 0xDE2441) is known color: Alizarin. HEX triplet: DE, 24 and 41. RGB value is (222,36,65). Sum of RGB (Red+Green+Blue) = 222+36+65=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2441 is #21DBBE. Grayscale: #5E5E5E. Windows color (decimal): -2218943 or 4269278. OLE color: 4269278.

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

Color convert

RGB 222 36 65 -
CMYK 0 0.84 0.71 0.13
HSL 350.65º 0.74% 0.51% -
HSV(B) 350.65º 0.84% 0.87% -
XYZ 31.71 17.17 6.64 -
YUV 94.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 222 36 65 0 0.84 0.71 0.13 350.65 0.74 0.51
Hex DE 24 41 0 54 47 D 15F 4A 33
Octal 336 44 101 0 124 107 15 537 112 63
Binary 11011110 100100 1000001 0 1010100 1000111 1101 101011111 1001010 110011

Color Harmonies of #DE2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2441

Black with #DE2441

Text Example


Text Example

White with #DE2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2441; }

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

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

background-color css

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

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

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

border-color css

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

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

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