Html Css Color HEX #D93441 Mahogany

📋 copy color: '#D93441'

red 217 ◦ green 52 ◦ blue 65

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

Shades of Mahogany #D93441

Tints of Mahogany #D93441

RGB

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

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

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

R = 64.97%
G = 15.57%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93441 (or 0xD93441) is known color: Mahogany. HEX triplet: D9, 34 and 41. RGB value is (217,52,65). Sum of RGB (Red+Green+Blue) = 217+52+65=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D93441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93441 is #26CBBE. Grayscale: #666666. Windows color (decimal): -2542527 or 4273369. OLE color: 4273369.

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

Color convert

RGB 217 52 65 -
CMYK 0 0.76 0.70 0.15
HSL 355.27º 0.68% 0.53% -
HSV(B) 355.27º 0.76% 0.85% -
XYZ 30.8 17.59 6.77 -
YUV 102.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 217 52 65 0 0.76 0.70 0.15 355.27 0.68 0.53
Hex D9 34 41 0 4C 46 F 163 44 35
Octal 331 64 101 0 114 106 17 543 104 65
Binary 11011001 110100 1000001 0 1001100 1000110 1111 101100011 1000100 110101

Color Harmonies of #D93441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93441

Black with #D93441

Text Example


Text Example

White with #D93441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93441; }

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

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

background-color css

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

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

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

border-color css

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

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

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