Html Css Color HEX #D93945 Mahogany

📋 copy color: '#D93945'

red 217 ◦ green 57 ◦ blue 69

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

Shades of Mahogany #D93945

Tints of Mahogany #D93945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 63.27%
G = 16.62%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93945 (or 0xD93945) is known color: Mahogany. HEX triplet: D9, 39 and 45. RGB value is (217,57,69). Sum of RGB (Red+Green+Blue) = 217+57+69=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D93945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93945 is #26C6BA. Grayscale: #6A6A6A. Windows color (decimal): -2541243 or 4536793. OLE color: 4536793.

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

Color convert

RGB 217 57 69 -
CMYK 0 0.74 0.68 0.15
HSL 355.5º 0.68% 0.54% -
HSV(B) 355.5º 0.74% 0.85% -
XYZ 31.15 18.11 7.48 -
YUV 106.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 217 57 69 0 0.74 0.68 0.15 355.5 0.68 0.54
Hex D9 39 45 0 4A 44 F 164 44 36
Octal 331 71 105 0 112 104 17 544 104 66
Binary 11011001 111001 1000101 0 1001010 1000100 1111 101100100 1000100 110110

Color Harmonies of #D93945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93945

Black with #D93945

Text Example


Text Example

White with #D93945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93945; }

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

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

background-color css

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

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

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

border-color css

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

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

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