Html Css Color HEX #DF3A4C Amaranth

📋 copy color: '#DF3A4C'

red 223 ◦ green 58 ◦ blue 76

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

Shades of Amaranth #DF3A4C

Tints of Amaranth #DF3A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 62.46%
G = 16.25%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF3A4C (or 0xDF3A4C) is known color: Amaranth. HEX triplet: DF, 3A and 4C. RGB value is (223,58,76). Sum of RGB (Red+Green+Blue) = 223+58+76=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A4C is #20C5B3. Grayscale: #6D6D6D. Windows color (decimal): -2147764 or 4995807. OLE color: 4995807.

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

Color convert

RGB 223 58 76 -
CMYK 0 0.74 0.66 0.13
HSL 353.45º 0.72% 0.55% -
HSV(B) 353.45º 0.74% 0.87% -
XYZ 33.25 19.24 8.8 -
YUV 109.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 223 58 76 0 0.74 0.66 0.13 353.45 0.72 0.55
Hex DF 3A 4C 0 4A 42 D 161 48 37
Octal 337 72 114 0 112 102 15 541 110 67
Binary 11011111 111010 1001100 0 1001010 1000010 1101 101100001 1001000 110111

Color Harmonies of #DF3A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A4C

Black with #DF3A4C

Text Example


Text Example

White with #DF3A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A4C; }

 p { color: rgb(223,58,76); }

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

background-color css

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

 a { background-color: rgb(223,58,76); }

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

border-color css

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

 span { border-color: rgb(223,58,76); }

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