Html Css Color HEX #D93237 Mahogany

📋 copy color: '#D93237'

red 217 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #D93237

Tints of Mahogany #D93237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 67.39%
G = 15.53%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93237 (or 0xD93237) is known color: Mahogany. HEX triplet: D9, 32 and 37. RGB value is (217,50,55). Sum of RGB (Red+Green+Blue) = 217+50+55=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93237 is #26CDC8. Grayscale: #646464. Windows color (decimal): -2543049 or 3617497. OLE color: 3617497.

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

Color convert

RGB 217 50 55 -
CMYK 0 0.77 0.75 0.15
HSL 358.2º 0.69% 0.52% -
HSV(B) 358.2º 0.77% 0.85% -
XYZ 30.45 17.31 5.35 -
YUV 100.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 217 50 55 0 0.77 0.75 0.15 358.2 0.69 0.52
Hex D9 32 37 0 4D 4B F 166 45 34
Octal 331 62 67 0 115 113 17 546 105 64
Binary 11011001 110010 110111 0 1001101 1001011 1111 101100110 1000101 110100

Color Harmonies of #D93237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93237

Black with #D93237

Text Example


Text Example

White with #D93237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93237; }

 p { color: rgb(217,50,55); }

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

background-color css

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

 a { background-color: rgb(217,50,55); }

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

border-color css

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

 span { border-color: rgb(217,50,55); }

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