Html Css Color HEX #DF244D Amaranth

📋 copy color: '#DF244D'

red 223 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #DF244D

Tints of Amaranth #DF244D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 66.37%
G = 10.71%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF244D (or 0xDF244D) is known color: Amaranth. HEX triplet: DF, 24 and 4D. RGB value is (223,36,77). Sum of RGB (Red+Green+Blue) = 223+36+77=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF244D is #20DBB2. Grayscale: #606060. Windows color (decimal): -2153395 or 5055711. OLE color: 5055711.

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

Color convert

RGB 223 36 77 -
CMYK 0 0.84 0.65 0.13
HSL 346.84º 0.75% 0.51% -
HSV(B) 346.84º 0.84% 0.87% -
XYZ 32.4 17.49 8.69 -
YUV 96.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 223 36 77 0 0.84 0.65 0.13 346.84 0.75 0.51
Hex DF 24 4D 0 54 41 D 15B 4B 33
Octal 337 44 115 0 124 101 15 533 113 63
Binary 11011111 100100 1001101 0 1010100 1000001 1101 101011011 1001011 110011

Color Harmonies of #DF244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF244D

Black with #DF244D

Text Example


Text Example

White with #DF244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF244D; }

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

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

background-color css

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

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

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

border-color css

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

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

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