Html Css Color HEX #DE414F Amaranth

📋 copy color: '#DE414F'

red 222 ◦ green 65 ◦ blue 79

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

Shades of Amaranth #DE414F

Tints of Amaranth #DE414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 60.66%
G = 17.76%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE414F (or 0xDE414F) is known color: Amaranth. HEX triplet: DE, 41 and 4F. RGB value is (222,65,79). Sum of RGB (Red+Green+Blue) = 222+65+79=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE414F is #21BEB0. Grayscale: #717171. Windows color (decimal): -2211505 or 5194206. OLE color: 5194206.

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

Color convert

RGB 222 65 79 -
CMYK 0 0.71 0.64 0.13
HSL 354.65º 0.7% 0.56% -
HSV(B) 354.65º 0.71% 0.87% -
XYZ 33.43 19.87 9.47 -
YUV 113.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 222 65 79 0 0.71 0.64 0.13 354.65 0.7 0.56
Hex DE 41 4F 0 47 40 D 163 46 38
Octal 336 101 117 0 107 100 15 543 106 70
Binary 11011110 1000001 1001111 0 1000111 1000000 1101 101100011 1000110 111000

Color Harmonies of #DE414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE414F

Black with #DE414F

Text Example


Text Example

White with #DE414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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