Html Css Color HEX #D94148 Mahogany

📋 copy color: '#D94148'

red 217 ◦ green 65 ◦ blue 72

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

Shades of Mahogany #D94148

Tints of Mahogany #D94148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 61.3%
G = 18.36%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94148 (or 0xD94148) is known color: Mahogany. HEX triplet: D9, 41 and 48. RGB value is (217,65,72). Sum of RGB (Red+Green+Blue) = 217+65+72=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94148 is #26BEB7. Grayscale: #6F6F6F. Windows color (decimal): -2539192 or 4735449. OLE color: 4735449.

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

Color convert

RGB 217 65 72 -
CMYK 0 0.70 0.67 0.15
HSL 357.24º 0.67% 0.55% -
HSV(B) 357.24º 0.7% 0.85% -
XYZ 31.68 19 8.13 -
YUV 111.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 217 65 72 0 0.70 0.67 0.15 357.24 0.67 0.55
Hex D9 41 48 0 46 43 F 165 43 37
Octal 331 101 110 0 106 103 17 545 103 67
Binary 11011001 1000001 1001000 0 1000110 1000011 1111 101100101 1000011 110111

Color Harmonies of #D94148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94148

Black with #D94148

Text Example


Text Example

White with #D94148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94148; }

 p { color: rgb(217,65,72); }

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

background-color css

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

 a { background-color: rgb(217,65,72); }

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

border-color css

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

 span { border-color: rgb(217,65,72); }

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