Html Css Color HEX #DF4155 Amaranth

📋 copy color: '#DF4155'

red 223 ◦ green 65 ◦ blue 85

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

Shades of Amaranth #DF4155

Tints of Amaranth #DF4155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 59.79%
G = 17.43%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF4155 (or 0xDF4155) is known color: Amaranth. HEX triplet: DF, 41 and 55. RGB value is (223,65,85). Sum of RGB (Red+Green+Blue) = 223+65+85=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4155 is #20BEAA. Grayscale: #727272. Windows color (decimal): -2145963 or 5587423. OLE color: 5587423.

HSL color Cylindrical-coordinate representation of color #DF4155: hue angle of 352.41º 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 #DF4155 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 85 -
CMYK 0 0.71 0.62 0.13
HSL 352.41º 0.71% 0.56% -
HSV(B) 352.41º 0.71% 0.87% -
XYZ 33.96 20.12 10.69 -
YUV 114.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 223 65 85 0 0.71 0.62 0.13 352.41 0.71 0.56
Hex DF 41 55 0 47 3E D 160 47 38
Octal 337 101 125 0 107 76 15 540 107 70
Binary 11011111 1000001 1010101 0 1000111 111110 1101 101100000 1000111 111000

Color Harmonies of #DF4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4155

Black with #DF4155

Text Example


Text Example

White with #DF4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4155; }

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

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

background-color css

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

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

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

border-color css

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

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

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