Html Css Color HEX #DF3151 Amaranth

📋 copy color: '#DF3151'

red 223 ◦ green 49 ◦ blue 81

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

Shades of Amaranth #DF3151

Tints of Amaranth #DF3151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

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

R = 63.17%
G = 13.88%
B = 22.95%

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

#DF3151 (or 0xDF3151) is known color: Amaranth. HEX triplet: DF, 31 and 51. RGB value is (223,49,81). Sum of RGB (Red+Green+Blue) = 223+49+81=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3151 is #20CEAE. Grayscale: #686868. Windows color (decimal): -2150063 or 5321183. OLE color: 5321183.

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

Color convert

RGB 223 49 81 -
CMYK 0 0.78 0.64 0.13
HSL 348.97º 0.73% 0.53% -
HSV(B) 348.97º 0.78% 0.87% -
XYZ 33.01 18.48 9.61 -
YUV 104.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 223 49 81 0 0.78 0.64 0.13 348.97 0.73 0.53
Hex DF 31 51 0 4E 40 D 15D 49 35
Octal 337 61 121 0 116 100 15 535 111 65
Binary 11011111 110001 1010001 0 1001110 1000000 1101 101011101 1001001 110101

Color Harmonies of #DF3151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3151

Black with #DF3151

Text Example


Text Example

White with #DF3151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3151; }

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

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

background-color css

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

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

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

border-color css

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

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

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