Html Css Color HEX #DE2444 Amaranth

📋 copy color: '#DE2444'

red 222 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #DE2444

Tints of Amaranth #DE2444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 68.1%
G = 11.04%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2444 (or 0xDE2444) is known color: Amaranth. HEX triplet: DE, 24 and 44. RGB value is (222,36,68). Sum of RGB (Red+Green+Blue) = 222+36+68=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2444 is #21DBBB. Grayscale: #5F5F5F. Windows color (decimal): -2218940 or 4465886. OLE color: 4465886.

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

Color convert

RGB 222 36 68 -
CMYK 0 0.84 0.69 0.13
HSL 349.68º 0.74% 0.51% -
HSV(B) 349.68º 0.84% 0.87% -
XYZ 31.8 17.21 7.11 -
YUV 95.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 222 36 68 0 0.84 0.69 0.13 349.68 0.74 0.51
Hex DE 24 44 0 54 45 D 15E 4A 33
Octal 336 44 104 0 124 105 15 536 112 63
Binary 11011110 100100 1000100 0 1010100 1000101 1101 101011110 1001010 110011

Color Harmonies of #DE2444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2444

Black with #DE2444

Text Example


Text Example

White with #DE2444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2444; }

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

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

background-color css

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

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

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

border-color css

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

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

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