Html Css Color HEX #DF364C Amaranth

📋 copy color: '#DF364C'

red 223 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #DF364C

Tints of Amaranth #DF364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 63.17%
G = 15.3%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF364C (or 0xDF364C) is known color: Amaranth. HEX triplet: DF, 36 and 4C. RGB value is (223,54,76). Sum of RGB (Red+Green+Blue) = 223+54+76=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF364C is #20C9B3. Grayscale: #6B6B6B. Windows color (decimal): -2148788 or 4994783. OLE color: 4994783.

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

Color convert

RGB 223 54 76 -
CMYK 0 0.76 0.66 0.13
HSL 352.19º 0.73% 0.54% -
HSV(B) 352.19º 0.76% 0.87% -
XYZ 33.06 18.85 8.73 -
YUV 107.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 223 54 76 0 0.76 0.66 0.13 352.19 0.73 0.54
Hex DF 36 4C 0 4C 42 D 160 49 36
Octal 337 66 114 0 114 102 15 540 111 66
Binary 11011111 110110 1001100 0 1001100 1000010 1101 101100000 1001001 110110

Color Harmonies of #DF364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF364C

Black with #DF364C

Text Example


Text Example

White with #DF364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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