Html Css Color HEX #DF2F46 Amaranth

📋 copy color: '#DF2F46'

red 223 ◦ green 47 ◦ blue 70

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

Shades of Amaranth #DF2F46

Tints of Amaranth #DF2F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 65.59%
G = 13.82%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF2F46 (or 0xDF2F46) is known color: Amaranth. HEX triplet: DF, 2F and 46. RGB value is (223,47,70). Sum of RGB (Red+Green+Blue) = 223+47+70=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F46 is #20D0B9. Grayscale: #666666. Windows color (decimal): -2150586 or 4599775. OLE color: 4599775.

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

Color convert

RGB 223 47 70 -
CMYK 0 0.79 0.69 0.13
HSL 352.16º 0.73% 0.53% -
HSV(B) 352.16º 0.79% 0.87% -
XYZ 32.55 18.16 7.58 -
YUV 102.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 223 47 70 0 0.79 0.69 0.13 352.16 0.73 0.53
Hex DF 2F 46 0 4F 45 D 160 49 35
Octal 337 57 106 0 117 105 15 540 111 65
Binary 11011111 101111 1000110 0 1001111 1000101 1101 101100000 1001001 110101

Color Harmonies of #DF2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F46

Black with #DF2F46

Text Example


Text Example

White with #DF2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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