Html Css Color HEX #DF2852 Amaranth

📋 copy color: '#DF2852'

red 223 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #DF2852

Tints of Amaranth #DF2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 64.64%
G = 11.59%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF2852 (or 0xDF2852) is known color: Amaranth. HEX triplet: DF, 28 and 52. RGB value is (223,40,82). Sum of RGB (Red+Green+Blue) = 223+40+82=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2852 is #20D7AD. Grayscale: #636363. Windows color (decimal): -2152366 or 5384415. OLE color: 5384415.

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

Color convert

RGB 223 40 82 -
CMYK 0 0.82 0.63 0.13
HSL 346.23º 0.74% 0.52% -
HSV(B) 346.23º 0.82% 0.87% -
XYZ 32.71 17.81 9.7 -
YUV 99.51 118.13 216.08 -
System Red Green Blue C M Y K H S L
Decimal 223 40 82 0 0.82 0.63 0.13 346.23 0.74 0.52
Hex DF 28 52 0 52 3F D 15A 4A 34
Octal 337 50 122 0 122 77 15 532 112 64
Binary 11011111 101000 1010010 0 1010010 111111 1101 101011010 1001010 110100

Color Harmonies of #DF2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2852

Black with #DF2852

Text Example


Text Example

White with #DF2852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2852; }

 p { color: rgb(223,40,82); }

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

background-color css

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

 a { background-color: rgb(223,40,82); }

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

border-color css

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

 span { border-color: rgb(223,40,82); }

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