Html Css Color HEX #DF2448 Amaranth

📋 copy color: '#DF2448'

red 223 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #DF2448

Tints of Amaranth #DF2448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 67.37%
G = 10.88%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF2448 (or 0xDF2448) is known color: Amaranth. HEX triplet: DF, 24 and 48. RGB value is (223,36,72). Sum of RGB (Red+Green+Blue) = 223+36+72=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2448 is #20DBB7. Grayscale: #606060. Windows color (decimal): -2153400 or 4728031. OLE color: 4728031.

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

Color convert

RGB 223 36 72 -
CMYK 0 0.84 0.68 0.13
HSL 348.45º 0.75% 0.51% -
HSV(B) 348.45º 0.84% 0.87% -
XYZ 32.23 17.42 7.79 -
YUV 96.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 223 36 72 0 0.84 0.68 0.13 348.45 0.75 0.51
Hex DF 24 48 0 54 44 D 15C 4B 33
Octal 337 44 110 0 124 104 15 534 113 63
Binary 11011111 100100 1001000 0 1010100 1000100 1101 101011100 1001011 110011

Color Harmonies of #DF2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2448

Black with #DF2448

Text Example


Text Example

White with #DF2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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