Html Css Color HEX #D93944 Mahogany

📋 copy color: '#D93944'

red 217 ◦ green 57 ◦ blue 68

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

Shades of Mahogany #D93944

Tints of Mahogany #D93944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 63.45%
G = 16.67%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93944 (or 0xD93944) is known color: Mahogany. HEX triplet: D9, 39 and 44. RGB value is (217,57,68). Sum of RGB (Red+Green+Blue) = 217+57+68=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93944 is #26C6BB. Grayscale: #6A6A6A. Windows color (decimal): -2541244 or 4471257. OLE color: 4471257.

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

Color convert

RGB 217 57 68 -
CMYK 0 0.74 0.69 0.15
HSL 355.88º 0.68% 0.54% -
HSV(B) 355.88º 0.74% 0.85% -
XYZ 31.12 18.1 7.32 -
YUV 106.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 217 57 68 0 0.74 0.69 0.15 355.88 0.68 0.54
Hex D9 39 44 0 4A 45 F 164 44 36
Octal 331 71 104 0 112 105 17 544 104 66
Binary 11011001 111001 1000100 0 1001010 1000101 1111 101100100 1000100 110110

Color Harmonies of #D93944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93944

Black with #D93944

Text Example


Text Example

White with #D93944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93944; }

 p { color: rgb(217,57,68); }

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

background-color css

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

 a { background-color: rgb(217,57,68); }

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

border-color css

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

 span { border-color: rgb(217,57,68); }

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