Html Css Color HEX #D83032 Mahogany

📋 copy color: '#D83032'

red 216 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #D83032

Tints of Mahogany #D83032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 68.79%
G = 15.29%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83032 (or 0xD83032) is known color: Mahogany. HEX triplet: D8, 30 and 32. RGB value is (216,48,50). Sum of RGB (Red+Green+Blue) = 216+48+50=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D83032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83032 is #27CFCD. Grayscale: #626262. Windows color (decimal): -2609102 or 3289304. OLE color: 3289304.

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

Color convert

RGB 216 48 50 -
CMYK 0 0.78 0.77 0.15
HSL 359.29º 0.68% 0.52% -
HSV(B) 359.29º 0.78% 0.85% -
XYZ 29.95 16.94 4.71 -
YUV 98.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 216 48 50 0 0.78 0.77 0.15 359.29 0.68 0.52
Hex D8 30 32 0 4E 4D F 167 44 34
Octal 330 60 62 0 116 115 17 547 104 64
Binary 11011000 110000 110010 0 1001110 1001101 1111 101100111 1000100 110100

Color Harmonies of #D83032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83032

Black with #D83032

Text Example


Text Example

White with #D83032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83032; }

 p { color: rgb(216,48,50); }

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

background-color css

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

 a { background-color: rgb(216,48,50); }

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

border-color css

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

 span { border-color: rgb(216,48,50); }

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