Html Css Color HEX #DF3043 Amaranth

📋 copy color: '#DF3043'

red 223 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #DF3043

Tints of Amaranth #DF3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 65.98%
G = 14.2%
B = 19.82%

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

#DF3043 (or 0xDF3043) is known color: Amaranth. HEX triplet: DF, 30 and 43. RGB value is (223,48,67). Sum of RGB (Red+Green+Blue) = 223+48+67=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3043 is #20CFBC. Grayscale: #666666. Windows color (decimal): -2150333 or 4403423. OLE color: 4403423.

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

Color convert

RGB 223 48 67 -
CMYK 0 0.78 0.70 0.13
HSL 353.49º 0.73% 0.53% -
HSV(B) 353.49º 0.78% 0.87% -
XYZ 32.5 18.21 7.11 -
YUV 102.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 223 48 67 0 0.78 0.70 0.13 353.49 0.73 0.53
Hex DF 30 43 0 4E 46 D 161 49 35
Octal 337 60 103 0 116 106 15 541 111 65
Binary 11011111 110000 1000011 0 1001110 1000110 1101 101100001 1001001 110101

Color Harmonies of #DF3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3043

Black with #DF3043

Text Example


Text Example

White with #DF3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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