Html Css Color HEX #D93031 Mahogany

📋 copy color: '#D93031'

red 217 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #D93031

Tints of Mahogany #D93031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 69.11%
G = 15.29%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93031 (or 0xD93031) is known color: Mahogany. HEX triplet: D9, 30 and 31. RGB value is (217,48,49). Sum of RGB (Red+Green+Blue) = 217+48+49=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D93031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93031 is #26CFCE. Grayscale: #626262. Windows color (decimal): -2543567 or 3223769. OLE color: 3223769.

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

Color convert

RGB 217 48 49 -
CMYK 0 0.78 0.77 0.15
HSL 359.65º 0.69% 0.52% -
HSV(B) 359.65º 0.78% 0.85% -
XYZ 30.23 17.09 4.61 -
YUV 98.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 217 48 49 0 0.78 0.77 0.15 359.65 0.69 0.52
Hex D9 30 31 0 4E 4D F 168 45 34
Octal 331 60 61 0 116 115 17 550 105 64
Binary 11011001 110000 110001 0 1001110 1001101 1111 101101000 1000101 110100

Color Harmonies of #D93031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93031

Black with #D93031

Text Example


Text Example

White with #D93031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93031; }

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

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

background-color css

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

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

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

border-color css

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

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

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