Html Css Color HEX #DE2540 Alizarin

📋 copy color: '#DE2540'

red 222 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #DE2540

Tints of Alizarin #DE2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 68.73%
G = 11.46%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2540 (or 0xDE2540) is known color: Alizarin. HEX triplet: DE, 25 and 40. RGB value is (222,37,64). Sum of RGB (Red+Green+Blue) = 222+37+64=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2540 is #21DABF. Grayscale: #5F5F5F. Windows color (decimal): -2218688 or 4203998. OLE color: 4203998.

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

Color convert

RGB 222 37 64 -
CMYK 0 0.83 0.71 0.13
HSL 351.24º 0.74% 0.51% -
HSV(B) 351.24º 0.83% 0.87% -
XYZ 31.71 17.22 6.5 -
YUV 95.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 222 37 64 0 0.83 0.71 0.13 351.24 0.74 0.51
Hex DE 25 40 0 53 47 D 15F 4A 33
Octal 336 45 100 0 123 107 15 537 112 63
Binary 11011110 100101 1000000 0 1010011 1000111 1101 101011111 1001010 110011

Color Harmonies of #DE2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2540

Black with #DE2540

Text Example


Text Example

White with #DE2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2540; }

 p { color: rgb(222,37,64); }

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

background-color css

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

 a { background-color: rgb(222,37,64); }

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

border-color css

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

 span { border-color: rgb(222,37,64); }

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