Html Css Color HEX #DE2640 Alizarin

📋 copy color: '#DE2640'

red 222 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #DE2640

Tints of Alizarin #DE2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

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

R = 68.52%
G = 11.73%
B = 19.75%

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

#DE2640 (or 0xDE2640) is known color: Alizarin. HEX triplet: DE, 26 and 40. RGB value is (222,38,64). Sum of RGB (Red+Green+Blue) = 222+38+64=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2640 is #21D9BF. Grayscale: #606060. Windows color (decimal): -2218432 or 4204254. OLE color: 4204254.

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

Color convert

RGB 222 38 64 -
CMYK 0 0.83 0.71 0.13
HSL 351.52º 0.74% 0.51% -
HSV(B) 351.52º 0.83% 0.87% -
XYZ 31.74 17.29 6.51 -
YUV 95.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 222 38 64 0 0.83 0.71 0.13 351.52 0.74 0.51
Hex DE 26 40 0 53 47 D 160 4A 33
Octal 336 46 100 0 123 107 15 540 112 63
Binary 11011110 100110 1000000 0 1010011 1000111 1101 101100000 1001010 110011

Color Harmonies of #DE2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2640

Black with #DE2640

Text Example


Text Example

White with #DE2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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