Html Css Color HEX #D93643 Mahogany

📋 copy color: '#D93643'

red 217 ◦ green 54 ◦ blue 67

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

Shades of Mahogany #D93643

Tints of Mahogany #D93643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 64.2%
G = 15.98%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93643 (or 0xD93643) is known color: Mahogany. HEX triplet: D9, 36 and 43. RGB value is (217,54,67). Sum of RGB (Red+Green+Blue) = 217+54+67=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93643 is #26C9BC. Grayscale: #686868. Windows color (decimal): -2542013 or 4404953. OLE color: 4404953.

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

Color convert

RGB 217 54 67 -
CMYK 0 0.75 0.69 0.15
HSL 355.21º 0.68% 0.53% -
HSV(B) 355.21º 0.75% 0.85% -
XYZ 30.95 17.8 7.11 -
YUV 104.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 217 54 67 0 0.75 0.69 0.15 355.21 0.68 0.53
Hex D9 36 43 0 4B 45 F 163 44 35
Octal 331 66 103 0 113 105 17 543 104 65
Binary 11011001 110110 1000011 0 1001011 1000101 1111 101100011 1000100 110101

Color Harmonies of #D93643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93643

Black with #D93643

Text Example


Text Example

White with #D93643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93643; }

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

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

background-color css

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

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

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

border-color css

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

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

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