Html Css Color HEX #DF4151 Amaranth

📋 copy color: '#DF4151'

red 223 ◦ green 65 ◦ blue 81

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

Shades of Amaranth #DF4151

Tints of Amaranth #DF4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 60.43%
G = 17.62%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF4151 (or 0xDF4151) is known color: Amaranth. HEX triplet: DF, 41 and 51. RGB value is (223,65,81). Sum of RGB (Red+Green+Blue) = 223+65+81=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4151 is #20BEAE. Grayscale: #727272. Windows color (decimal): -2145967 or 5325279. OLE color: 5325279.

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

Color convert

RGB 223 65 81 -
CMYK 0 0.71 0.64 0.13
HSL 353.92º 0.71% 0.56% -
HSV(B) 353.92º 0.71% 0.87% -
XYZ 33.81 20.06 9.88 -
YUV 114.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 223 65 81 0 0.71 0.64 0.13 353.92 0.71 0.56
Hex DF 41 51 0 47 40 D 162 47 38
Octal 337 101 121 0 107 100 15 542 107 70
Binary 11011111 1000001 1010001 0 1000111 1000000 1101 101100010 1000111 111000

Color Harmonies of #DF4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4151

Black with #DF4151

Text Example


Text Example

White with #DF4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4151; }

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

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

background-color css

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

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

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

border-color css

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

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

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