Html Css Color HEX #D93A42 Mahogany

📋 copy color: '#D93A42'

red 217 ◦ green 58 ◦ blue 66

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

Shades of Mahogany #D93A42

Tints of Mahogany #D93A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

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

R = 63.64%
G = 17.01%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93A42 (or 0xD93A42) is known color: Mahogany. HEX triplet: D9, 3A and 42. RGB value is (217,58,66). Sum of RGB (Red+Green+Blue) = 217+58+66=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A42 is #26C5BD. Grayscale: #6A6A6A. Windows color (decimal): -2540990 or 4340441. OLE color: 4340441.

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

Color convert

RGB 217 58 66 -
CMYK 0 0.73 0.70 0.15
HSL 356.98º 0.68% 0.54% -
HSV(B) 356.98º 0.73% 0.85% -
XYZ 31.11 18.17 7.02 -
YUV 106.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 217 58 66 0 0.73 0.70 0.15 356.98 0.68 0.54
Hex D9 3A 42 0 49 46 F 165 44 36
Octal 331 72 102 0 111 106 17 545 104 66
Binary 11011001 111010 1000010 0 1001001 1000110 1111 101100101 1000100 110110

Color Harmonies of #D93A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A42

Black with #D93A42

Text Example


Text Example

White with #D93A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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