Html Css Color HEX #DF254F Amaranth

📋 copy color: '#DF254F'

red 223 ◦ green 37 ◦ blue 79

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

Shades of Amaranth #DF254F

Tints of Amaranth #DF254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 65.78%
G = 10.91%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF254F (or 0xDF254F) is known color: Amaranth. HEX triplet: DF, 25 and 4F. RGB value is (223,37,79). Sum of RGB (Red+Green+Blue) = 223+37+79=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF254F is #20DAB0. Grayscale: #616161. Windows color (decimal): -2153137 or 5187039. OLE color: 5187039.

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

Color convert

RGB 223 37 79 -
CMYK 0 0.83 0.65 0.13
HSL 346.45º 0.74% 0.51% -
HSV(B) 346.45º 0.83% 0.87% -
XYZ 32.5 17.58 9.08 -
YUV 97.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 223 37 79 0 0.83 0.65 0.13 346.45 0.74 0.51
Hex DF 25 4F 0 53 41 D 15A 4A 33
Octal 337 45 117 0 123 101 15 532 112 63
Binary 11011111 100101 1001111 0 1010011 1000001 1101 101011010 1001010 110011

Color Harmonies of #DF254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF254F

Black with #DF254F

Text Example


Text Example

White with #DF254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF254F; }

 p { color: rgb(223,37,79); }

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

background-color css

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

 a { background-color: rgb(223,37,79); }

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

border-color css

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

 span { border-color: rgb(223,37,79); }

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