Html Css Color HEX #DF3E44 Amaranth

📋 copy color: '#DF3E44'

red 223 ◦ green 62 ◦ blue 68

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

Shades of Amaranth #DF3E44

Tints of Amaranth #DF3E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 63.17%
G = 17.56%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3E44 (or 0xDF3E44) is known color: Amaranth. HEX triplet: DF, 3E and 44. RGB value is (223,62,68). Sum of RGB (Red+Green+Blue) = 223+62+68=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E44 is #20C1BB. Grayscale: #6E6E6E. Windows color (decimal): -2146748 or 4472543. OLE color: 4472543.

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

Color convert

RGB 223 62 68 -
CMYK 0 0.72 0.70 0.13
HSL 357.76º 0.72% 0.56% -
HSV(B) 357.76º 0.72% 0.87% -
XYZ 33.2 19.55 7.49 -
YUV 110.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 223 62 68 0 0.72 0.70 0.13 357.76 0.72 0.56
Hex DF 3E 44 0 48 46 D 166 48 38
Octal 337 76 104 0 110 106 15 546 110 70
Binary 11011111 111110 1000100 0 1001000 1000110 1101 101100110 1001000 111000

Color Harmonies of #DF3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E44

Black with #DF3E44

Text Example


Text Example

White with #DF3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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