Html Css Color HEX #DE2845 Amaranth

📋 copy color: '#DE2845'

red 222 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #DE2845

Tints of Amaranth #DE2845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 67.07%
G = 12.08%
B = 20.85%

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

#DE2845 (or 0xDE2845) is known color: Amaranth. HEX triplet: DE, 28 and 45. RGB value is (222,40,69). Sum of RGB (Red+Green+Blue) = 222+40+69=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2845 is #21D7BA. Grayscale: #616161. Windows color (decimal): -2217915 or 4532446. OLE color: 4532446.

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

Color convert

RGB 222 40 69 -
CMYK 0 0.82 0.69 0.13
HSL 350.44º 0.73% 0.51% -
HSV(B) 350.44º 0.82% 0.87% -
XYZ 31.96 17.48 7.32 -
YUV 97.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 222 40 69 0 0.82 0.69 0.13 350.44 0.73 0.51
Hex DE 28 45 0 52 45 D 15E 49 33
Octal 336 50 105 0 122 105 15 536 111 63
Binary 11011110 101000 1000101 0 1010010 1000101 1101 101011110 1001001 110011

Color Harmonies of #DE2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2845

Black with #DE2845

Text Example


Text Example

White with #DE2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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