Html Css Color HEX #D9353E Mahogany

📋 copy color: '#D9353E'

red 217 ◦ green 53 ◦ blue 62

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

Shades of Mahogany #D9353E

Tints of Mahogany #D9353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 65.36%
G = 15.96%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9353E (or 0xD9353E) is known color: Mahogany. HEX triplet: D9, 35 and 3E. RGB value is (217,53,62). Sum of RGB (Red+Green+Blue) = 217+53+62=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9353E is #26CAC1. Grayscale: #676767. Windows color (decimal): -2542274 or 4077017. OLE color: 4077017.

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

Color convert

RGB 217 53 62 -
CMYK 0 0.76 0.71 0.15
HSL 356.71º 0.68% 0.53% -
HSV(B) 356.71º 0.76% 0.85% -
XYZ 30.76 17.65 6.34 -
YUV 103.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 217 53 62 0 0.76 0.71 0.15 356.71 0.68 0.53
Hex D9 35 3E 0 4C 47 F 165 44 35
Octal 331 65 76 0 114 107 17 545 104 65
Binary 11011001 110101 111110 0 1001100 1000111 1111 101100101 1000100 110101

Color Harmonies of #D9353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9353E

Black with #D9353E

Text Example


Text Example

White with #D9353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9353E; }

 p { color: rgb(217,53,62); }

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

background-color css

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

 a { background-color: rgb(217,53,62); }

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

border-color css

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

 span { border-color: rgb(217,53,62); }

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