Html Css Color HEX #DE224F Amaranth

📋 copy color: '#DE224F'

red 222 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #DE224F

Tints of Amaranth #DE224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 66.27%
G = 10.15%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE224F (or 0xDE224F) is known color: Amaranth. HEX triplet: DE, 22 and 4F. RGB value is (222,34,79). Sum of RGB (Red+Green+Blue) = 222+34+79=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE224F is #21DDB0. Grayscale: #5F5F5F. Windows color (decimal): -2219441 or 5186270. OLE color: 5186270.

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

Color convert

RGB 222 34 79 -
CMYK 0 0.85 0.64 0.13
HSL 345.64º 0.74% 0.5% -
HSV(B) 345.64º 0.85% 0.87% -
XYZ 32.11 17.24 9.03 -
YUV 95.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 222 34 79 0 0.85 0.64 0.13 345.64 0.74 0.5
Hex DE 22 4F 0 55 40 D 15A 4A 32
Octal 336 42 117 0 125 100 15 532 112 62
Binary 11011110 100010 1001111 0 1010101 1000000 1101 101011010 1001010 110010

Color Harmonies of #DE224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE224F

Black with #DE224F

Text Example


Text Example

White with #DE224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE224F; }

 p { color: rgb(222,34,79); }

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

background-color css

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

 a { background-color: rgb(222,34,79); }

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

border-color css

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

 span { border-color: rgb(222,34,79); }

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