Html Css Color HEX #DE4250 Amaranth

📋 copy color: '#DE4250'

red 222 ◦ green 66 ◦ blue 80

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

Shades of Amaranth #DE4250

Tints of Amaranth #DE4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 60.33%
G = 17.93%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE4250 (or 0xDE4250) is known color: Amaranth. HEX triplet: DE, 42 and 50. RGB value is (222,66,80). Sum of RGB (Red+Green+Blue) = 222+66+80=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4250 is #21BDAF. Grayscale: #727272. Windows color (decimal): -2211248 or 5259998. OLE color: 5259998.

HSL color Cylindrical-coordinate representation of color #DE4250: hue angle of 354.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4250 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 80 -
CMYK 0 0.70 0.64 0.13
HSL 354.62º 0.7% 0.56% -
HSV(B) 354.62º 0.7% 0.87% -
XYZ 33.52 20.01 9.68 -
YUV 114.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 222 66 80 0 0.70 0.64 0.13 354.62 0.7 0.56
Hex DE 42 50 0 46 40 D 163 46 38
Octal 336 102 120 0 106 100 15 543 106 70
Binary 11011110 1000010 1010000 0 1000110 1000000 1101 101100011 1000110 111000

Color Harmonies of #DE4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4250

Black with #DE4250

Text Example


Text Example

White with #DE4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4250; }

 p { color: rgb(222,66,80); }

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

background-color css

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

 a { background-color: rgb(222,66,80); }

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

border-color css

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

 span { border-color: rgb(222,66,80); }

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