Html Css Color HEX #DF284A Amaranth

📋 copy color: '#DF284A'

red 223 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #DF284A

Tints of Amaranth #DF284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 66.17%
G = 11.87%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF284A (or 0xDF284A) is known color: Amaranth. HEX triplet: DF, 28 and 4A. RGB value is (223,40,74). Sum of RGB (Red+Green+Blue) = 223+40+74=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF284A is #20D7B5. Grayscale: #626262. Windows color (decimal): -2152374 or 4860127. OLE color: 4860127.

HSL color Cylindrical-coordinate representation of color #DF284A: hue angle of 348.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF284A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 74 -
CMYK 0 0.82 0.67 0.13
HSL 348.85º 0.74% 0.52% -
HSV(B) 348.85º 0.82% 0.87% -
XYZ 32.43 17.7 8.19 -
YUV 98.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 223 40 74 0 0.82 0.67 0.13 348.85 0.74 0.52
Hex DF 28 4A 0 52 43 D 15D 4A 34
Octal 337 50 112 0 122 103 15 535 112 64
Binary 11011111 101000 1001010 0 1010010 1000011 1101 101011101 1001010 110100

Color Harmonies of #DF284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF284A

Black with #DF284A

Text Example


Text Example

White with #DF284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF284A; }

 p { color: rgb(223,40,74); }

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

background-color css

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

 a { background-color: rgb(223,40,74); }

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

border-color css

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

 span { border-color: rgb(223,40,74); }

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