Html Css Color HEX #DF3246 Amaranth

📋 copy color: '#DF3246'

red 223 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #DF3246

Tints of Amaranth #DF3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 65.01%
G = 14.58%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3246 (or 0xDF3246) is known color: Amaranth. HEX triplet: DF, 32 and 46. RGB value is (223,50,70). Sum of RGB (Red+Green+Blue) = 223+50+70=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3246 is #20CDB9. Grayscale: #686868. Windows color (decimal): -2149818 or 4600543. OLE color: 4600543.

HSL color Cylindrical-coordinate representation of color #DF3246: hue angle of 353.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3246 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 70 -
CMYK 0 0.78 0.69 0.13
HSL 353.06º 0.73% 0.54% -
HSV(B) 353.06º 0.78% 0.87% -
XYZ 32.68 18.41 7.63 -
YUV 104.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 223 50 70 0 0.78 0.69 0.13 353.06 0.73 0.54
Hex DF 32 46 0 4E 45 D 161 49 36
Octal 337 62 106 0 116 105 15 541 111 66
Binary 11011111 110010 1000110 0 1001110 1000101 1101 101100001 1001001 110110

Color Harmonies of #DF3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3246

Black with #DF3246

Text Example


Text Example

White with #DF3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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