Html Css Color HEX #D93536 Mahogany

📋 copy color: '#D93536'

red 217 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #D93536

Tints of Mahogany #D93536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 54 (21.48% from 255) = 16.67%

R = 66.98%
G = 16.36%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93536 (or 0xD93536) is known color: Mahogany. HEX triplet: D9, 35 and 36. RGB value is (217,53,54). Sum of RGB (Red+Green+Blue) = 217+53+54=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93536 is #26CAC9. Grayscale: #666666. Windows color (decimal): -2542282 or 3552729. OLE color: 3552729.

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

Color convert

RGB 217 53 54 -
CMYK 0 0.76 0.75 0.15
HSL 359.63º 0.68% 0.53% -
HSV(B) 359.63º 0.76% 0.85% -
XYZ 30.55 17.56 5.27 -
YUV 102.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 217 53 54 0 0.76 0.75 0.15 359.63 0.68 0.53
Hex D9 35 36 0 4C 4B F 168 44 35
Octal 331 65 66 0 114 113 17 550 104 65
Binary 11011001 110101 110110 0 1001100 1001011 1111 101101000 1000100 110101

Color Harmonies of #D93536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93536

Black with #D93536

Text Example


Text Example

White with #D93536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93536; }

 p { color: rgb(217,53,54); }

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

background-color css

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

 a { background-color: rgb(217,53,54); }

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

border-color css

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

 span { border-color: rgb(217,53,54); }

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