Html Css Color HEX #DE424F Amaranth

📋 copy color: '#DE424F'

red 222 ◦ green 66 ◦ blue 79

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

Shades of Amaranth #DE424F

Tints of Amaranth #DE424F

RGB

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

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

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

R = 60.49%
G = 17.98%
B = 21.53%

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

#DE424F (or 0xDE424F) is known color: Amaranth. HEX triplet: DE, 42 and 4F. RGB value is (222,66,79). Sum of RGB (Red+Green+Blue) = 222+66+79=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE424F is #21BDB0. Grayscale: #727272. Windows color (decimal): -2211249 or 5194462. OLE color: 5194462.

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

Color convert

RGB 222 66 79 -
CMYK 0 0.70 0.64 0.13
HSL 355º 0.7% 0.56% -
HSV(B) 355º 0.7% 0.87% -
XYZ 33.48 19.99 9.49 -
YUV 114.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 222 66 79 0 0.70 0.64 0.13 355 0.7 0.56
Hex DE 42 4F 0 46 40 D 163 46 38
Octal 336 102 117 0 106 100 15 543 106 70
Binary 11011110 1000010 1001111 0 1000110 1000000 1101 101100011 1000110 111000

Color Harmonies of #DE424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE424F

Black with #DE424F

Text Example


Text Example

White with #DE424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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