Html Css Color HEX #DF3E45 Amaranth

📋 copy color: '#DF3E45'

red 223 ◦ green 62 ◦ blue 69

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

Shades of Amaranth #DF3E45

Tints of Amaranth #DF3E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 62.99%
G = 17.51%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3E45 (or 0xDF3E45) is known color: Amaranth. HEX triplet: DF, 3E and 45. RGB value is (223,62,69). Sum of RGB (Red+Green+Blue) = 223+62+69=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E45 is #20C1BA. Grayscale: #6F6F6F. Windows color (decimal): -2146747 or 4538079. OLE color: 4538079.

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

Color convert

RGB 223 62 69 -
CMYK 0 0.72 0.69 0.13
HSL 357.39º 0.72% 0.56% -
HSV(B) 357.39º 0.72% 0.87% -
XYZ 33.23 19.56 7.65 -
YUV 110.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 223 62 69 0 0.72 0.69 0.13 357.39 0.72 0.56
Hex DF 3E 45 0 48 45 D 165 48 38
Octal 337 76 105 0 110 105 15 545 110 70
Binary 11011111 111110 1000101 0 1001000 1000101 1101 101100101 1001000 111000

Color Harmonies of #DF3E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E45

Black with #DF3E45

Text Example


Text Example

White with #DF3E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E45; }

 p { color: rgb(223,62,69); }

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

background-color css

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

 a { background-color: rgb(223,62,69); }

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

border-color css

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

 span { border-color: rgb(223,62,69); }

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