Html Css Color HEX #DF4252 Amaranth

📋 copy color: '#DF4252'

red 223 ◦ green 66 ◦ blue 82

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

Shades of Amaranth #DF4252

Tints of Amaranth #DF4252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.1%

R = 60.11%
G = 17.79%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF4252 (or 0xDF4252) is known color: Amaranth. HEX triplet: DF, 42 and 52. RGB value is (223,66,82). Sum of RGB (Red+Green+Blue) = 223+66+82=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4252 is #20BDAD. Grayscale: #727272. Windows color (decimal): -2145710 or 5391071. OLE color: 5391071.

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

Color convert

RGB 223 66 82 -
CMYK 0 0.70 0.63 0.13
HSL 353.89º 0.71% 0.57% -
HSV(B) 353.89º 0.7% 0.87% -
XYZ 33.9 20.19 10.09 -
YUV 114.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 223 66 82 0 0.70 0.63 0.13 353.89 0.71 0.57
Hex DF 42 52 0 46 3F D 162 47 39
Octal 337 102 122 0 106 77 15 542 107 71
Binary 11011111 1000010 1010010 0 1000110 111111 1101 101100010 1000111 111001

Color Harmonies of #DF4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4252

Black with #DF4252

Text Example


Text Example

White with #DF4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4252; }

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

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

background-color css

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

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

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

border-color css

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

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

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