Html Css Color HEX #DF3450 Amaranth

📋 copy color: '#DF3450'

red 223 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #DF3450

Tints of Amaranth #DF3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 62.82%
G = 14.65%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF3450 (or 0xDF3450) is known color: Amaranth. HEX triplet: DF, 34 and 50. RGB value is (223,52,80). Sum of RGB (Red+Green+Blue) = 223+52+80=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3450 is #20CBAF. Grayscale: #6A6A6A. Windows color (decimal): -2149296 or 5256415. OLE color: 5256415.

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

Color convert

RGB 223 52 80 -
CMYK 0 0.77 0.64 0.13
HSL 350.18º 0.73% 0.54% -
HSV(B) 350.18º 0.77% 0.87% -
XYZ 33.11 18.72 9.46 -
YUV 106.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 223 52 80 0 0.77 0.64 0.13 350.18 0.73 0.54
Hex DF 34 50 0 4D 40 D 15E 49 36
Octal 337 64 120 0 115 100 15 536 111 66
Binary 11011111 110100 1010000 0 1001101 1000000 1101 101011110 1001001 110110

Color Harmonies of #DF3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3450

Black with #DF3450

Text Example


Text Example

White with #DF3450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3450; }

 p { color: rgb(223,52,80); }

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

background-color css

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

 a { background-color: rgb(223,52,80); }

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

border-color css

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

 span { border-color: rgb(223,52,80); }

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