Html Css Color HEX #DF3855 Amaranth

📋 copy color: '#DF3855'

red 223 ◦ green 56 ◦ blue 85

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

Shades of Amaranth #DF3855

Tints of Amaranth #DF3855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 61.26%
G = 15.38%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3855 (or 0xDF3855) is known color: Amaranth. HEX triplet: DF, 38 and 55. RGB value is (223,56,85). Sum of RGB (Red+Green+Blue) = 223+56+85=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3855 is #20C7AA. Grayscale: #6D6D6D. Windows color (decimal): -2148267 or 5585119. OLE color: 5585119.

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

Color convert

RGB 223 56 85 -
CMYK 0 0.75 0.62 0.13
HSL 349.58º 0.72% 0.55% -
HSV(B) 349.58º 0.75% 0.87% -
XYZ 33.49 19.17 10.53 -
YUV 109.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 223 56 85 0 0.75 0.62 0.13 349.58 0.72 0.55
Hex DF 38 55 0 4B 3E D 15E 48 37
Octal 337 70 125 0 113 76 15 536 110 67
Binary 11011111 111000 1010101 0 1001011 111110 1101 101011110 1001000 110111

Color Harmonies of #DF3855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3855

Black with #DF3855

Text Example


Text Example

White with #DF3855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3855; }

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

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

background-color css

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

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

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

border-color css

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

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

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