Html Css Color HEX #DF3756 Amaranth

📋 copy color: '#DF3756'

red 223 ◦ green 55 ◦ blue 86

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

Shades of Amaranth #DF3756

Tints of Amaranth #DF3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

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

R = 61.26%
G = 15.11%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF3756 (or 0xDF3756) is known color: Amaranth. HEX triplet: DF, 37 and 56. RGB value is (223,55,86). Sum of RGB (Red+Green+Blue) = 223+55+86=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3756 is #20C8A9. Grayscale: #6C6C6C. Windows color (decimal): -2148522 or 5650399. OLE color: 5650399.

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

Color convert

RGB 223 55 86 -
CMYK 0 0.75 0.61 0.13
HSL 348.93º 0.72% 0.55% -
HSV(B) 348.93º 0.75% 0.87% -
XYZ 33.48 19.09 10.72 -
YUV 108.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 223 55 86 0 0.75 0.61 0.13 348.93 0.72 0.55
Hex DF 37 56 0 4B 3D D 15D 48 37
Octal 337 67 126 0 113 75 15 535 110 67
Binary 11011111 110111 1010110 0 1001011 111101 1101 101011101 1001000 110111

Color Harmonies of #DF3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3756

Black with #DF3756

Text Example


Text Example

White with #DF3756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3756; }

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

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

background-color css

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

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

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

border-color css

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

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

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