Html Css Color HEX #DF3143 Amaranth

📋 copy color: '#DF3143'

red 223 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #DF3143

Tints of Amaranth #DF3143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 65.78%
G = 14.45%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3143 (or 0xDF3143) is known color: Amaranth. HEX triplet: DF, 31 and 43. RGB value is (223,49,67). Sum of RGB (Red+Green+Blue) = 223+49+67=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3143 is #20CEBC. Grayscale: #676767. Windows color (decimal): -2150077 or 4403679. OLE color: 4403679.

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

Color convert

RGB 223 49 67 -
CMYK 0 0.78 0.70 0.13
HSL 353.79º 0.73% 0.53% -
HSV(B) 353.79º 0.78% 0.87% -
XYZ 32.54 18.29 7.13 -
YUV 103.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 223 49 67 0 0.78 0.70 0.13 353.79 0.73 0.53
Hex DF 31 43 0 4E 46 D 162 49 35
Octal 337 61 103 0 116 106 15 542 111 65
Binary 11011111 110001 1000011 0 1001110 1000110 1101 101100010 1001001 110101

Color Harmonies of #DF3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3143

Black with #DF3143

Text Example


Text Example

White with #DF3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3143; }

 p { color: rgb(223,49,67); }

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

background-color css

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

 a { background-color: rgb(223,49,67); }

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

border-color css

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

 span { border-color: rgb(223,49,67); }

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