Html Css Color HEX #D9333C Mahogany

📋 copy color: '#D9333C'

red 217 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #D9333C

Tints of Mahogany #D9333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 66.16%
G = 15.55%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9333C (or 0xD9333C) is known color: Mahogany. HEX triplet: D9, 33 and 3C. RGB value is (217,51,60). Sum of RGB (Red+Green+Blue) = 217+51+60=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9333C is #26CCC3. Grayscale: #656565. Windows color (decimal): -2542788 or 3945433. OLE color: 3945433.

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

Color convert

RGB 217 51 60 -
CMYK 0 0.76 0.72 0.15
HSL 356.75º 0.69% 0.53% -
HSV(B) 356.75º 0.76% 0.85% -
XYZ 30.61 17.45 6.03 -
YUV 101.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 217 51 60 0 0.76 0.72 0.15 356.75 0.69 0.53
Hex D9 33 3C 0 4C 48 F 165 45 35
Octal 331 63 74 0 114 110 17 545 105 65
Binary 11011001 110011 111100 0 1001100 1001000 1111 101100101 1000101 110101

Color Harmonies of #D9333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9333C

Black with #D9333C

Text Example


Text Example

White with #D9333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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