Html Css Color HEX #DF3048 Amaranth

📋 copy color: '#DF3048'

red 223 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #DF3048

Tints of Amaranth #DF3048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 65.01%
G = 13.99%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF3048 (or 0xDF3048) is known color: Amaranth. HEX triplet: DF, 30 and 48. RGB value is (223,48,72). Sum of RGB (Red+Green+Blue) = 223+48+72=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3048 is #20CFB7. Grayscale: #676767. Windows color (decimal): -2150328 or 4731103. OLE color: 4731103.

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

Color convert

RGB 223 48 72 -
CMYK 0 0.78 0.68 0.13
HSL 351.77º 0.73% 0.53% -
HSV(B) 351.77º 0.78% 0.87% -
XYZ 32.66 18.27 7.94 -
YUV 103.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 223 48 72 0 0.78 0.68 0.13 351.77 0.73 0.53
Hex DF 30 48 0 4E 44 D 160 49 35
Octal 337 60 110 0 116 104 15 540 111 65
Binary 11011111 110000 1001000 0 1001110 1000100 1101 101100000 1001001 110101

Color Harmonies of #DF3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3048

Black with #DF3048

Text Example


Text Example

White with #DF3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3048; }

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

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

background-color css

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

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

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

border-color css

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

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

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