Html Css Color HEX #D93642 Mahogany

📋 copy color: '#D93642'

red 217 ◦ green 54 ◦ blue 66

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

Shades of Mahogany #D93642

Tints of Mahogany #D93642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 64.39%
G = 16.02%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93642 (or 0xD93642) is known color: Mahogany. HEX triplet: D9, 36 and 42. RGB value is (217,54,66). Sum of RGB (Red+Green+Blue) = 217+54+66=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D93642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93642 is #26C9BD. Grayscale: #686868. Windows color (decimal): -2542014 or 4339417. OLE color: 4339417.

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

Color convert

RGB 217 54 66 -
CMYK 0 0.75 0.70 0.15
HSL 355.58º 0.68% 0.53% -
HSV(B) 355.58º 0.75% 0.85% -
XYZ 30.92 17.78 6.96 -
YUV 104.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 217 54 66 0 0.75 0.70 0.15 355.58 0.68 0.53
Hex D9 36 42 0 4B 46 F 164 44 35
Octal 331 66 102 0 113 106 17 544 104 65
Binary 11011001 110110 1000010 0 1001011 1000110 1111 101100100 1000100 110101

Color Harmonies of #D93642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93642

Black with #D93642

Text Example


Text Example

White with #D93642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93642; }

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

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

background-color css

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

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

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

border-color css

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

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

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