Html Css Color HEX #DF2951 Amaranth

📋 copy color: '#DF2951'

red 223 ◦ green 41 ◦ blue 81

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

Shades of Amaranth #DF2951

Tints of Amaranth #DF2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 64.64%
G = 11.88%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2951 (or 0xDF2951) is known color: Amaranth. HEX triplet: DF, 29 and 51. RGB value is (223,41,81). Sum of RGB (Red+Green+Blue) = 223+41+81=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2951 is #20D6AE. Grayscale: #636363. Windows color (decimal): -2152111 or 5319135. OLE color: 5319135.

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

Color convert

RGB 223 41 81 -
CMYK 0 0.82 0.64 0.13
HSL 346.81º 0.74% 0.52% -
HSV(B) 346.81º 0.82% 0.87% -
XYZ 32.71 17.87 9.51 -
YUV 99.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 223 41 81 0 0.82 0.64 0.13 346.81 0.74 0.52
Hex DF 29 51 0 52 40 D 15B 4A 34
Octal 337 51 121 0 122 100 15 533 112 64
Binary 11011111 101001 1010001 0 1010010 1000000 1101 101011011 1001010 110100

Color Harmonies of #DF2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2951

Black with #DF2951

Text Example


Text Example

White with #DF2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2951; }

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

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

background-color css

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

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

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

border-color css

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

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

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