Html Css Color HEX #DF3846 Amaranth

📋 copy color: '#DF3846'

red 223 ◦ green 56 ◦ blue 70

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

Shades of Amaranth #DF3846

Tints of Amaranth #DF3846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 63.9%
G = 16.05%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3846 (or 0xDF3846) is known color: Amaranth. HEX triplet: DF, 38 and 46. RGB value is (223,56,70). Sum of RGB (Red+Green+Blue) = 223+56+70=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3846 is #20C7B9. Grayscale: #6B6B6B. Windows color (decimal): -2148282 or 4602079. OLE color: 4602079.

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

Color convert

RGB 223 56 70 -
CMYK 0 0.75 0.69 0.13
HSL 354.97º 0.72% 0.55% -
HSV(B) 354.97º 0.75% 0.87% -
XYZ 32.95 18.96 7.72 -
YUV 107.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 223 56 70 0 0.75 0.69 0.13 354.97 0.72 0.55
Hex DF 38 46 0 4B 45 D 163 48 37
Octal 337 70 106 0 113 105 15 543 110 67
Binary 11011111 111000 1000110 0 1001011 1000101 1101 101100011 1001000 110111

Color Harmonies of #DF3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3846

Black with #DF3846

Text Example


Text Example

White with #DF3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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