Html Css Color HEX #DF4251 Amaranth

📋 copy color: '#DF4251'

red 223 ◦ green 66 ◦ blue 81

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

Shades of Amaranth #DF4251

Tints of Amaranth #DF4251

RGB

 RED value IS 223 (87.5% from 255) = 60.27%

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 60.27%
G = 17.84%
B = 21.89%

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

#DF4251 (or 0xDF4251) is known color: Amaranth. HEX triplet: DF, 42 and 51. RGB value is (223,66,81). Sum of RGB (Red+Green+Blue) = 223+66+81=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4251 is #20BDAE. Grayscale: #727272. Windows color (decimal): -2145711 or 5325535. OLE color: 5325535.

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

Color convert

RGB 223 66 81 -
CMYK 0 0.70 0.64 0.13
HSL 354.27º 0.71% 0.57% -
HSV(B) 354.27º 0.7% 0.87% -
XYZ 33.86 20.18 9.89 -
YUV 114.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 223 66 81 0 0.70 0.64 0.13 354.27 0.71 0.57
Hex DF 42 51 0 46 40 D 162 47 39
Octal 337 102 121 0 106 100 15 542 107 71
Binary 11011111 1000010 1010001 0 1000110 1000000 1101 101100010 1000111 111001

Color Harmonies of #DF4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4251

Black with #DF4251

Text Example


Text Example

White with #DF4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4251; }

 p { color: rgb(223,66,81); }

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

background-color css

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

 a { background-color: rgb(223,66,81); }

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

border-color css

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

 span { border-color: rgb(223,66,81); }

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