Html Css Color HEX #D93144 Amaranth

📋 copy color: '#D93144'

red 217 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #D93144

Tints of Amaranth #D93144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 64.97%
G = 14.67%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93144 (or 0xD93144) is known color: Amaranth. HEX triplet: D9, 31 and 44. RGB value is (217,49,68). Sum of RGB (Red+Green+Blue) = 217+49+68=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D93144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93144 is #26CEBB. Grayscale: #656565. Windows color (decimal): -2543292 or 4469209. OLE color: 4469209.

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

Color convert

RGB 217 49 68 -
CMYK 0 0.77 0.69 0.15
HSL 353.21º 0.69% 0.52% -
HSV(B) 353.21º 0.77% 0.85% -
XYZ 30.76 17.37 7.2 -
YUV 101.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 217 49 68 0 0.77 0.69 0.15 353.21 0.69 0.52
Hex D9 31 44 0 4D 45 F 161 45 34
Octal 331 61 104 0 115 105 17 541 105 64
Binary 11011001 110001 1000100 0 1001101 1000101 1111 101100001 1000101 110100

Color Harmonies of #D93144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93144

Black with #D93144

Text Example


Text Example

White with #D93144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93144; }

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

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

background-color css

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

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

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

border-color css

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

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

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