Html Css Color HEX #DF3451 Amaranth

📋 copy color: '#DF3451'

red 223 ◦ green 52 ◦ blue 81

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

Shades of Amaranth #DF3451

Tints of Amaranth #DF3451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.75%

R = 62.64%
G = 14.61%
B = 22.75%

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

#DF3451 (or 0xDF3451) is known color: Amaranth. HEX triplet: DF, 34 and 51. RGB value is (223,52,81). Sum of RGB (Red+Green+Blue) = 223+52+81=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3451 is #20CBAE. Grayscale: #6A6A6A. Windows color (decimal): -2149295 or 5321951. OLE color: 5321951.

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

Color convert

RGB 223 52 81 -
CMYK 0 0.77 0.64 0.13
HSL 349.82º 0.73% 0.54% -
HSV(B) 349.82º 0.77% 0.87% -
XYZ 33.14 18.74 9.65 -
YUV 106.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 223 52 81 0 0.77 0.64 0.13 349.82 0.73 0.54
Hex DF 34 51 0 4D 40 D 15E 49 36
Octal 337 64 121 0 115 100 15 536 111 66
Binary 11011111 110100 1010001 0 1001101 1000000 1101 101011110 1001001 110110

Color Harmonies of #DF3451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3451

Black with #DF3451

Text Example


Text Example

White with #DF3451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3451; }

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

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

background-color css

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

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

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

border-color css

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

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

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