Html Css Color HEX #D9333B Mahogany

📋 copy color: '#D9333B'

red 217 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #D9333B

Tints of Mahogany #D9333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 66.36%
G = 15.6%
B = 18.04%

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

#D9333B (or 0xD9333B) is known color: Mahogany. HEX triplet: D9, 33 and 3B. RGB value is (217,51,59). Sum of RGB (Red+Green+Blue) = 217+51+59=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9333B is #26CCC4. Grayscale: #656565. Windows color (decimal): -2542789 or 3879897. OLE color: 3879897.

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

Color convert

RGB 217 51 59 -
CMYK 0 0.76 0.73 0.15
HSL 357.11º 0.69% 0.53% -
HSV(B) 357.11º 0.76% 0.85% -
XYZ 30.59 17.44 5.89 -
YUV 101.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 217 51 59 0 0.76 0.73 0.15 357.11 0.69 0.53
Hex D9 33 3B 0 4C 49 F 165 45 35
Octal 331 63 73 0 114 111 17 545 105 65
Binary 11011001 110011 111011 0 1001100 1001001 1111 101100101 1000101 110101

Color Harmonies of #D9333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9333B

Black with #D9333B

Text Example


Text Example

White with #D9333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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