Html Css Color HEX #DE2844 Amaranth

📋 copy color: '#DE2844'

red 222 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #DE2844

Tints of Amaranth #DE2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 67.27%
G = 12.12%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2844 (or 0xDE2844) is known color: Amaranth. HEX triplet: DE, 28 and 44. RGB value is (222,40,68). Sum of RGB (Red+Green+Blue) = 222+40+68=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2844 is #21D7BB. Grayscale: #616161. Windows color (decimal): -2217916 or 4466910. OLE color: 4466910.

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

Color convert

RGB 222 40 68 -
CMYK 0 0.82 0.69 0.13
HSL 350.77º 0.73% 0.51% -
HSV(B) 350.77º 0.82% 0.87% -
XYZ 31.93 17.46 7.16 -
YUV 97.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 222 40 68 0 0.82 0.69 0.13 350.77 0.73 0.51
Hex DE 28 44 0 52 45 D 15F 49 33
Octal 336 50 104 0 122 105 15 537 111 63
Binary 11011110 101000 1000100 0 1010010 1000101 1101 101011111 1001001 110011

Color Harmonies of #DE2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2844

Black with #DE2844

Text Example


Text Example

White with #DE2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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