Html Css Color HEX #D93046 Amaranth

📋 copy color: '#D93046'

red 217 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #D93046

Tints of Amaranth #D93046

RGB

 RED value IS 217 (85.16% from 255) = 64.78%

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 64.78%
G = 14.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93046 (or 0xD93046) is known color: Amaranth. HEX triplet: D9, 30 and 46. RGB value is (217,48,70). Sum of RGB (Red+Green+Blue) = 217+48+70=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93046 is #26CFB9. Grayscale: #656565. Windows color (decimal): -2543546 or 4600025. OLE color: 4600025.

HSL color Cylindrical-coordinate representation of color #D93046: hue angle of 352.19º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93046 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 70 -
CMYK 0 0.78 0.68 0.15
HSL 352.19º 0.69% 0.52% -
HSV(B) 352.19º 0.78% 0.85% -
XYZ 30.78 17.31 7.51 -
YUV 101.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 217 48 70 0 0.78 0.68 0.15 352.19 0.69 0.52
Hex D9 30 46 0 4E 44 F 160 45 34
Octal 331 60 106 0 116 104 17 540 105 64
Binary 11011001 110000 1000110 0 1001110 1000100 1111 101100000 1000101 110100

Color Harmonies of #D93046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93046

Black with #D93046

Text Example


Text Example

White with #D93046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93046; }

 p { color: rgb(217,48,70); }

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

background-color css

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

 a { background-color: rgb(217,48,70); }

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

border-color css

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

 span { border-color: rgb(217,48,70); }

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