Html Css Color HEX #DF2351 Amaranth

📋 copy color: '#DF2351'

red 223 ◦ green 35 ◦ blue 81

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

Shades of Amaranth #DF2351

Tints of Amaranth #DF2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 65.78%
G = 10.32%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2351 (or 0xDF2351) is known color: Amaranth. HEX triplet: DF, 23 and 51. RGB value is (223,35,81). Sum of RGB (Red+Green+Blue) = 223+35+81=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2351 is #20DCAE. Grayscale: #606060. Windows color (decimal): -2153647 or 5317599. OLE color: 5317599.

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

Color convert

RGB 223 35 81 -
CMYK 0 0.84 0.64 0.13
HSL 345.32º 0.75% 0.51% -
HSV(B) 345.32º 0.84% 0.87% -
XYZ 32.52 17.48 9.45 -
YUV 96.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 223 35 81 0 0.84 0.64 0.13 345.32 0.75 0.51
Hex DF 23 51 0 54 40 D 159 4B 33
Octal 337 43 121 0 124 100 15 531 113 63
Binary 11011111 100011 1010001 0 1010100 1000000 1101 101011001 1001011 110011

Color Harmonies of #DF2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2351

Black with #DF2351

Text Example


Text Example

White with #DF2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2351; }

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

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

background-color css

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

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

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

border-color css

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

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

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