Html Css Color HEX #DF2352 Amaranth

📋 copy color: '#DF2352'

red 223 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #DF2352

Tints of Amaranth #DF2352

RGB

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

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

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

R = 65.59%
G = 10.29%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF2352 (or 0xDF2352) is known color: Amaranth. HEX triplet: DF, 23 and 52. RGB value is (223,35,82). Sum of RGB (Red+Green+Blue) = 223+35+82=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2352 is #20DCAD. Grayscale: #606060. Windows color (decimal): -2153646 or 5383135. OLE color: 5383135.

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

Color convert

RGB 223 35 82 -
CMYK 0 0.84 0.63 0.13
HSL 345º 0.75% 0.51% -
HSV(B) 345º 0.84% 0.87% -
XYZ 32.56 17.5 9.64 -
YUV 96.57 119.78 218.18 -
System Red Green Blue C M Y K H S L
Decimal 223 35 82 0 0.84 0.63 0.13 345 0.75 0.51
Hex DF 23 52 0 54 3F D 159 4B 33
Octal 337 43 122 0 124 77 15 531 113 63
Binary 11011111 100011 1010010 0 1010100 111111 1101 101011001 1001011 110011

Color Harmonies of #DF2352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2352

Black with #DF2352

Text Example


Text Example

White with #DF2352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2352; }

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

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

background-color css

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

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

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

border-color css

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

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

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