Html Css Color HEX #DF2146 Amaranth

📋 copy color: '#DF2146'

red 223 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #DF2146

Tints of Amaranth #DF2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 68.4%
G = 10.12%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF2146 (or 0xDF2146) is known color: Amaranth. HEX triplet: DF, 21 and 46. RGB value is (223,33,70). Sum of RGB (Red+Green+Blue) = 223+33+70=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2146 is #20DEB9. Grayscale: #5E5E5E. Windows color (decimal): -2154170 or 4596191. OLE color: 4596191.

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

Color convert

RGB 223 33 70 -
CMYK 0 0.85 0.69 0.13
HSL 348.32º 0.75% 0.5% -
HSV(B) 348.32º 0.85% 0.87% -
XYZ 32.08 17.22 7.43 -
YUV 94.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 223 33 70 0 0.85 0.69 0.13 348.32 0.75 0.5
Hex DF 21 46 0 55 45 D 15C 4B 32
Octal 337 41 106 0 125 105 15 534 113 62
Binary 11011111 100001 1000110 0 1010101 1000101 1101 101011100 1001011 110010

Color Harmonies of #DF2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2146

Black with #DF2146

Text Example


Text Example

White with #DF2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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