Html Css Color HEX #DF2B47 Amaranth

📋 copy color: '#DF2B47'

red 223 ◦ green 43 ◦ blue 71

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

Shades of Amaranth #DF2B47

Tints of Amaranth #DF2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 66.17%
G = 12.76%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF2B47 (or 0xDF2B47) is known color: Amaranth. HEX triplet: DF, 2B and 47. RGB value is (223,43,71). Sum of RGB (Red+Green+Blue) = 223+43+71=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B47 is #20D4B8. Grayscale: #646464. Windows color (decimal): -2151609 or 4664287. OLE color: 4664287.

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

Color convert

RGB 223 43 71 -
CMYK 0 0.81 0.68 0.13
HSL 350.67º 0.74% 0.52% -
HSV(B) 350.67º 0.81% 0.87% -
XYZ 32.43 17.87 7.7 -
YUV 100.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 223 43 71 0 0.81 0.68 0.13 350.67 0.74 0.52
Hex DF 2B 47 0 51 44 D 15F 4A 34
Octal 337 53 107 0 121 104 15 537 112 64
Binary 11011111 101011 1000111 0 1010001 1000100 1101 101011111 1001010 110100

Color Harmonies of #DF2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B47

Black with #DF2B47

Text Example


Text Example

White with #DF2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B47; }

 p { color: rgb(223,43,71); }

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

background-color css

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

 a { background-color: rgb(223,43,71); }

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

border-color css

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

 span { border-color: rgb(223,43,71); }

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