Html Css Color HEX #D8333B Mahogany

📋 copy color: '#D8333B'

red 216 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #D8333B

Tints of Mahogany #D8333B

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

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

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

R = 66.26%
G = 15.64%
B = 18.1%

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

#D8333B (or 0xD8333B) is known color: Mahogany. HEX triplet: D8, 33 and 3B. RGB value is (216,51,59). Sum of RGB (Red+Green+Blue) = 216+51+59=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8333B is #27CCC4. Grayscale: #656565. Windows color (decimal): -2608325 or 3879896. OLE color: 3879896.

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

Color convert

RGB 216 51 59 -
CMYK 0 0.76 0.73 0.15
HSL 357.09º 0.68% 0.52% -
HSV(B) 357.09º 0.76% 0.85% -
XYZ 30.29 17.28 5.88 -
YUV 101.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 216 51 59 0 0.76 0.73 0.15 357.09 0.68 0.52
Hex D8 33 3B 0 4C 49 F 165 44 34
Octal 330 63 73 0 114 111 17 545 104 64
Binary 11011000 110011 111011 0 1001100 1001001 1111 101100101 1000100 110100

Color Harmonies of #D8333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8333B

Black with #D8333B

Text Example


Text Example

White with #D8333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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