Html Css Color HEX #DF2446 Amaranth

📋 copy color: '#DF2446'

red 223 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #DF2446

Tints of Amaranth #DF2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 67.78%
G = 10.94%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF2446 (or 0xDF2446) is known color: Amaranth. HEX triplet: DF, 24 and 46. RGB value is (223,36,70). Sum of RGB (Red+Green+Blue) = 223+36+70=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2446 is #20DBB9. Grayscale: #5F5F5F. Windows color (decimal): -2153402 or 4596959. OLE color: 4596959.

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

Color convert

RGB 223 36 70 -
CMYK 0 0.84 0.69 0.13
HSL 349.09º 0.75% 0.51% -
HSV(B) 349.09º 0.84% 0.87% -
XYZ 32.17 17.39 7.46 -
YUV 95.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 223 36 70 0 0.84 0.69 0.13 349.09 0.75 0.51
Hex DF 24 46 0 54 45 D 15D 4B 33
Octal 337 44 106 0 124 105 15 535 113 63
Binary 11011111 100100 1000110 0 1010100 1000101 1101 101011101 1001011 110011

Color Harmonies of #DF2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2446

Black with #DF2446

Text Example


Text Example

White with #DF2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2446; }

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

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

background-color css

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

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

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

border-color css

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

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

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