Html Css Color HEX #DF364A Amaranth

📋 copy color: '#DF364A'

red 223 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #DF364A

Tints of Amaranth #DF364A

RGB

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

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

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

R = 63.53%
G = 15.38%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF364A (or 0xDF364A) is known color: Amaranth. HEX triplet: DF, 36 and 4A. RGB value is (223,54,74). Sum of RGB (Red+Green+Blue) = 223+54+74=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF364A is #20C9B5. Grayscale: #6A6A6A. Windows color (decimal): -2148790 or 4863711. OLE color: 4863711.

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

Color convert

RGB 223 54 74 -
CMYK 0 0.76 0.67 0.13
HSL 352.9º 0.73% 0.54% -
HSV(B) 352.9º 0.76% 0.87% -
XYZ 32.99 18.82 8.37 -
YUV 106.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 223 54 74 0 0.76 0.67 0.13 352.9 0.73 0.54
Hex DF 36 4A 0 4C 43 D 161 49 36
Octal 337 66 112 0 114 103 15 541 111 66
Binary 11011111 110110 1001010 0 1001100 1000011 1101 101100001 1001001 110110

Color Harmonies of #DF364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF364A

Black with #DF364A

Text Example


Text Example

White with #DF364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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