Html Css Color HEX #DF2456 Amaranth

📋 copy color: '#DF2456'

red 223 ◦ green 36 ◦ blue 86

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

Shades of Amaranth #DF2456

Tints of Amaranth #DF2456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 64.64%
G = 10.43%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF2456 (or 0xDF2456) is known color: Amaranth. HEX triplet: DF, 24 and 56. RGB value is (223,36,86). Sum of RGB (Red+Green+Blue) = 223+36+86=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2456 is #20DBA9. Grayscale: #616161. Windows color (decimal): -2153386 or 5645535. OLE color: 5645535.

HSL color Cylindrical-coordinate representation of color #DF2456: hue angle of 343.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2456 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 86 -
CMYK 0 0.84 0.61 0.13
HSL 343.96º 0.75% 0.51% -
HSV(B) 343.96º 0.84% 0.87% -
XYZ 32.74 17.62 10.48 -
YUV 97.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 223 36 86 0 0.84 0.61 0.13 343.96 0.75 0.51
Hex DF 24 56 0 54 3D D 158 4B 33
Octal 337 44 126 0 124 75 15 530 113 63
Binary 11011111 100100 1010110 0 1010100 111101 1101 101011000 1001011 110011

Color Harmonies of #DF2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2456

Black with #DF2456

Text Example


Text Example

White with #DF2456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2456; }

 p { color: rgb(223,36,86); }

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

background-color css

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

 a { background-color: rgb(223,36,86); }

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

border-color css

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

 span { border-color: rgb(223,36,86); }

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