Html Css Color HEX #D93841 Mahogany

📋 copy color: '#D93841'

red 217 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D93841

Tints of Mahogany #D93841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 64.2%
G = 16.57%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93841 (or 0xD93841) is known color: Mahogany. HEX triplet: D9, 38 and 41. RGB value is (217,56,65). Sum of RGB (Red+Green+Blue) = 217+56+65=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93841 is #26C7BE. Grayscale: #696969. Windows color (decimal): -2541503 or 4274393. OLE color: 4274393.

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

Color convert

RGB 217 56 65 -
CMYK 0 0.74 0.70 0.15
HSL 356.65º 0.68% 0.54% -
HSV(B) 356.65º 0.74% 0.85% -
XYZ 30.98 17.96 6.83 -
YUV 105.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 217 56 65 0 0.74 0.70 0.15 356.65 0.68 0.54
Hex D9 38 41 0 4A 46 F 165 44 36
Octal 331 70 101 0 112 106 17 545 104 66
Binary 11011001 111000 1000001 0 1001010 1000110 1111 101100101 1000100 110110

Color Harmonies of #D93841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93841

Black with #D93841

Text Example


Text Example

White with #D93841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93841; }

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

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

background-color css

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

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

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

border-color css

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

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

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