Html Css Color HEX #DF3251 Amaranth

📋 copy color: '#DF3251'

red 223 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #DF3251

Tints of Amaranth #DF3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 62.99%
G = 14.12%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF3251 (or 0xDF3251) is known color: Amaranth. HEX triplet: DF, 32 and 51. RGB value is (223,50,81). Sum of RGB (Red+Green+Blue) = 223+50+81=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3251 is #20CDAE. Grayscale: #696969. Windows color (decimal): -2149807 or 5321439. OLE color: 5321439.

HSL color Cylindrical-coordinate representation of color #DF3251: hue angle of 349.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3251 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 81 -
CMYK 0 0.78 0.64 0.13
HSL 349.25º 0.73% 0.54% -
HSV(B) 349.25º 0.78% 0.87% -
XYZ 33.06 18.56 9.63 -
YUV 105.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 223 50 81 0 0.78 0.64 0.13 349.25 0.73 0.54
Hex DF 32 51 0 4E 40 D 15D 49 36
Octal 337 62 121 0 116 100 15 535 111 66
Binary 11011111 110010 1010001 0 1001110 1000000 1101 101011101 1001001 110110

Color Harmonies of #DF3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3251

Black with #DF3251

Text Example


Text Example

White with #DF3251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3251; }

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

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

background-color css

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

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

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

border-color css

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

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

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