Html Css Color HEX #DE2854 Amaranth

📋 copy color: '#DE2854'

red 222 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #DE2854

Tints of Amaranth #DE2854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 64.16%
G = 11.56%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE2854 (or 0xDE2854) is known color: Amaranth. HEX triplet: DE, 28 and 54. RGB value is (222,40,84). Sum of RGB (Red+Green+Blue) = 222+40+84=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2854 is #21D7AB. Grayscale: #636363. Windows color (decimal): -2217900 or 5515486. OLE color: 5515486.

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

Color convert

RGB 222 40 84 -
CMYK 0 0.82 0.62 0.13
HSL 345.49º 0.73% 0.51% -
HSV(B) 345.49º 0.82% 0.87% -
XYZ 32.48 17.69 10.09 -
YUV 99.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 222 40 84 0 0.82 0.62 0.13 345.49 0.73 0.51
Hex DE 28 54 0 52 3E D 159 49 33
Octal 336 50 124 0 122 76 15 531 111 63
Binary 11011110 101000 1010100 0 1010010 111110 1101 101011001 1001001 110011

Color Harmonies of #DE2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2854

Black with #DE2854

Text Example


Text Example

White with #DE2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2854; }

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

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

background-color css

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

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

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

border-color css

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

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

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