Html Css Color HEX #D93438 Mahogany

📋 copy color: '#D93438'

red 217 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D93438

Tints of Mahogany #D93438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 66.77%
G = 16%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93438 (or 0xD93438) is known color: Mahogany. HEX triplet: D9, 34 and 38. RGB value is (217,52,56). Sum of RGB (Red+Green+Blue) = 217+52+56=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93438 is #26CBC7. Grayscale: #656565. Windows color (decimal): -2542536 or 3683545. OLE color: 3683545.

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

Color convert

RGB 217 52 56 -
CMYK 0 0.76 0.74 0.15
HSL 358.55º 0.68% 0.53% -
HSV(B) 358.55º 0.76% 0.85% -
XYZ 30.56 17.49 5.51 -
YUV 101.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 217 52 56 0 0.76 0.74 0.15 358.55 0.68 0.53
Hex D9 34 38 0 4C 4A F 167 44 35
Octal 331 64 70 0 114 112 17 547 104 65
Binary 11011001 110100 111000 0 1001100 1001010 1111 101100111 1000100 110101

Color Harmonies of #D93438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93438

Black with #D93438

Text Example


Text Example

White with #D93438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93438; }

 p { color: rgb(217,52,56); }

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

background-color css

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

 a { background-color: rgb(217,52,56); }

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

border-color css

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

 span { border-color: rgb(217,52,56); }

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