Html Css Color HEX #DF3346 Amaranth

📋 copy color: '#DF3346'

red 223 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #DF3346

Tints of Amaranth #DF3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 64.83%
G = 14.83%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3346 (or 0xDF3346) is known color: Amaranth. HEX triplet: DF, 33 and 46. RGB value is (223,51,70). Sum of RGB (Red+Green+Blue) = 223+51+70=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3346 is #20CCB9. Grayscale: #686868. Windows color (decimal): -2149562 or 4600799. OLE color: 4600799.

HSL color Cylindrical-coordinate representation of color #DF3346: hue angle of 353.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3346 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 51 70 -
CMYK 0 0.77 0.69 0.13
HSL 353.37º 0.73% 0.54% -
HSV(B) 353.37º 0.77% 0.87% -
XYZ 32.72 18.5 7.64 -
YUV 104.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 223 51 70 0 0.77 0.69 0.13 353.37 0.73 0.54
Hex DF 33 46 0 4D 45 D 161 49 36
Octal 337 63 106 0 115 105 15 541 111 66
Binary 11011111 110011 1000110 0 1001101 1000101 1101 101100001 1001001 110110

Color Harmonies of #DF3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3346

Black with #DF3346

Text Example


Text Example

White with #DF3346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3346; }

 p { color: rgb(223,51,70); }

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

background-color css

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

 a { background-color: rgb(223,51,70); }

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

border-color css

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

 span { border-color: rgb(223,51,70); }

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