Html Css Color HEX #D93045 Amaranth

📋 copy color: '#D93045'

red 217 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #D93045

Tints of Amaranth #D93045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 64.97%
G = 14.37%
B = 20.66%

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

#D93045 (or 0xD93045) is known color: Amaranth. HEX triplet: D9, 30 and 45. RGB value is (217,48,69). Sum of RGB (Red+Green+Blue) = 217+48+69=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D93045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93045 is #26CFBA. Grayscale: #656565. Windows color (decimal): -2543547 or 4534489. OLE color: 4534489.

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

Color convert

RGB 217 48 69 -
CMYK 0 0.78 0.68 0.15
HSL 352.54º 0.69% 0.52% -
HSV(B) 352.54º 0.78% 0.85% -
XYZ 30.75 17.3 7.35 -
YUV 100.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 217 48 69 0 0.78 0.68 0.15 352.54 0.69 0.52
Hex D9 30 45 0 4E 44 F 161 45 34
Octal 331 60 105 0 116 104 17 541 105 64
Binary 11011001 110000 1000101 0 1001110 1000100 1111 101100001 1000101 110100

Color Harmonies of #D93045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93045

Black with #D93045

Text Example


Text Example

White with #D93045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93045; }

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

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

background-color css

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

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

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

border-color css

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

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

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