Html Css Color HEX #DF2252 Amaranth

📋 copy color: '#DF2252'

red 223 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #DF2252

Tints of Amaranth #DF2252

RGB

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

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

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

R = 65.78%
G = 10.03%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF2252 (or 0xDF2252) is known color: Amaranth. HEX triplet: DF, 22 and 52. RGB value is (223,34,82). Sum of RGB (Red+Green+Blue) = 223+34+82=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2252 is #20DDAD. Grayscale: #5F5F5F. Windows color (decimal): -2153902 or 5382879. OLE color: 5382879.

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

Color convert

RGB 223 34 82 -
CMYK 0 0.85 0.63 0.13
HSL 344.76º 0.75% 0.5% -
HSV(B) 344.76º 0.85% 0.87% -
XYZ 32.53 17.44 9.63 -
YUV 95.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 223 34 82 0 0.85 0.63 0.13 344.76 0.75 0.5
Hex DF 22 52 0 55 3F D 159 4B 32
Octal 337 42 122 0 125 77 15 531 113 62
Binary 11011111 100010 1010010 0 1010101 111111 1101 101011001 1001011 110010

Color Harmonies of #DF2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2252

Black with #DF2252

Text Example


Text Example

White with #DF2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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