Html Css Color HEX #DF364F Amaranth

📋 copy color: '#DF364F'

red 223 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #DF364F

Tints of Amaranth #DF364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 62.64%
G = 15.17%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF364F (or 0xDF364F) is known color: Amaranth. HEX triplet: DF, 36 and 4F. RGB value is (223,54,79). Sum of RGB (Red+Green+Blue) = 223+54+79=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF364F is #20C9B0. Grayscale: #6B6B6B. Windows color (decimal): -2148785 or 5191391. OLE color: 5191391.

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

Color convert

RGB 223 54 79 -
CMYK 0 0.76 0.65 0.13
HSL 351.12º 0.73% 0.54% -
HSV(B) 351.12º 0.76% 0.87% -
XYZ 33.16 18.89 9.3 -
YUV 107.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 223 54 79 0 0.76 0.65 0.13 351.12 0.73 0.54
Hex DF 36 4F 0 4C 41 D 15F 49 36
Octal 337 66 117 0 114 101 15 537 111 66
Binary 11011111 110110 1001111 0 1001100 1000001 1101 101011111 1001001 110110

Color Harmonies of #DF364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF364F

Black with #DF364F

Text Example


Text Example

White with #DF364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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