Html Css Color HEX #D9333A Mahogany

📋 copy color: '#D9333A'

red 217 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #D9333A

Tints of Mahogany #D9333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 66.56%
G = 15.64%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9333A (or 0xD9333A) is known color: Mahogany. HEX triplet: D9, 33 and 3A. RGB value is (217,51,58). Sum of RGB (Red+Green+Blue) = 217+51+58=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9333A is #26CCC5. Grayscale: #656565. Windows color (decimal): -2542790 or 3814361. OLE color: 3814361.

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

Color convert

RGB 217 51 58 -
CMYK 0 0.76 0.73 0.15
HSL 357.47º 0.69% 0.53% -
HSV(B) 357.47º 0.76% 0.85% -
XYZ 30.56 17.42 5.76 -
YUV 101.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 217 51 58 0 0.76 0.73 0.15 357.47 0.69 0.53
Hex D9 33 3A 0 4C 49 F 165 45 35
Octal 331 63 72 0 114 111 17 545 105 65
Binary 11011001 110011 111010 0 1001100 1001001 1111 101100101 1000101 110101

Color Harmonies of #D9333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9333A

Black with #D9333A

Text Example


Text Example

White with #D9333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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