Html Css Color HEX #D93145 Amaranth

📋 copy color: '#D93145'

red 217 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #D93145

Tints of Amaranth #D93145

RGB

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

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

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

R = 64.78%
G = 14.63%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93145 (or 0xD93145) is known color: Amaranth. HEX triplet: D9, 31 and 45. RGB value is (217,49,69). Sum of RGB (Red+Green+Blue) = 217+49+69=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93145 is #26CEBA. Grayscale: #656565. Windows color (decimal): -2543291 or 4534745. OLE color: 4534745.

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

Color convert

RGB 217 49 69 -
CMYK 0 0.77 0.68 0.15
HSL 352.86º 0.69% 0.52% -
HSV(B) 352.86º 0.77% 0.85% -
XYZ 30.79 17.38 7.36 -
YUV 101.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 217 49 69 0 0.77 0.68 0.15 352.86 0.69 0.52
Hex D9 31 45 0 4D 44 F 161 45 34
Octal 331 61 105 0 115 104 17 541 105 64
Binary 11011001 110001 1000101 0 1001101 1000100 1111 101100001 1000101 110100

Color Harmonies of #D93145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93145

Black with #D93145

Text Example


Text Example

White with #D93145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93145; }

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

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

background-color css

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

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

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

border-color css

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

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

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