Html Css Color HEX #DF3850 Amaranth

📋 copy color: '#DF3850'

red 223 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #DF3850

Tints of Amaranth #DF3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 62.12%
G = 15.6%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF3850 (or 0xDF3850) is known color: Amaranth. HEX triplet: DF, 38 and 50. RGB value is (223,56,80). Sum of RGB (Red+Green+Blue) = 223+56+80=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3850 is #20C7AF. Grayscale: #6C6C6C. Windows color (decimal): -2148272 or 5257439. OLE color: 5257439.

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

Color convert

RGB 223 56 80 -
CMYK 0 0.75 0.64 0.13
HSL 351.38º 0.72% 0.55% -
HSV(B) 351.38º 0.75% 0.87% -
XYZ 33.29 19.1 9.52 -
YUV 108.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 223 56 80 0 0.75 0.64 0.13 351.38 0.72 0.55
Hex DF 38 50 0 4B 40 D 15F 48 37
Octal 337 70 120 0 113 100 15 537 110 67
Binary 11011111 111000 1010000 0 1001011 1000000 1101 101011111 1001000 110111

Color Harmonies of #DF3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3850

Black with #DF3850

Text Example


Text Example

White with #DF3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3850; }

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

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

background-color css

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

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

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

border-color css

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

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

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