Html Css Color HEX #D93640 Mahogany

📋 copy color: '#D93640'

red 217 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D93640

Tints of Mahogany #D93640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 64.78%
G = 16.12%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93640 (or 0xD93640) is known color: Mahogany. HEX triplet: D9, 36 and 40. RGB value is (217,54,64). Sum of RGB (Red+Green+Blue) = 217+54+64=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93640 is #26C9BF. Grayscale: #686868. Windows color (decimal): -2542016 or 4208345. OLE color: 4208345.

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

Color convert

RGB 217 54 64 -
CMYK 0 0.75 0.71 0.15
HSL 356.32º 0.68% 0.53% -
HSV(B) 356.32º 0.75% 0.85% -
XYZ 30.86 17.76 6.65 -
YUV 103.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 217 54 64 0 0.75 0.71 0.15 356.32 0.68 0.53
Hex D9 36 40 0 4B 47 F 164 44 35
Octal 331 66 100 0 113 107 17 544 104 65
Binary 11011001 110110 1000000 0 1001011 1000111 1111 101100100 1000100 110101

Color Harmonies of #D93640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93640

Black with #D93640

Text Example


Text Example

White with #D93640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93640; }

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

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

background-color css

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

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

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

border-color css

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

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

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