Html Css Color HEX #DF424E Amaranth

📋 copy color: '#DF424E'

red 223 ◦ green 66 ◦ blue 78

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

Shades of Amaranth #DF424E

Tints of Amaranth #DF424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 60.76%
G = 17.98%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF424E (or 0xDF424E) is known color: Amaranth. HEX triplet: DF, 42 and 4E. RGB value is (223,66,78). Sum of RGB (Red+Green+Blue) = 223+66+78=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF424E is #20BDB1. Grayscale: #727272. Windows color (decimal): -2145714 or 5128927. OLE color: 5128927.

HSL color Cylindrical-coordinate representation of color #DF424E: hue angle of 355.41º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF424E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 78 -
CMYK 0 0.70 0.65 0.13
HSL 355.41º 0.71% 0.57% -
HSV(B) 355.41º 0.7% 0.87% -
XYZ 33.75 20.13 9.31 -
YUV 114.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 223 66 78 0 0.70 0.65 0.13 355.41 0.71 0.57
Hex DF 42 4E 0 46 41 D 163 47 39
Octal 337 102 116 0 106 101 15 543 107 71
Binary 11011111 1000010 1001110 0 1000110 1000001 1101 101100011 1000111 111001

Color Harmonies of #DF424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF424E

Black with #DF424E

Text Example


Text Example

White with #DF424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF424E; }

 p { color: rgb(223,66,78); }

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

background-color css

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

 a { background-color: rgb(223,66,78); }

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

border-color css

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

 span { border-color: rgb(223,66,78); }

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