Html Css Color HEX #D83D3E Mahogany

📋 copy color: '#D83D3E'

red 216 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #D83D3E

Tints of Mahogany #D83D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 63.72%
G = 17.99%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D83D3E (or 0xD83D3E) is known color: Mahogany. HEX triplet: D8, 3D and 3E. RGB value is (216,61,62). Sum of RGB (Red+Green+Blue) = 216+61+62=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D3E is #27C2C1. Grayscale: #6B6B6B. Windows color (decimal): -2605762 or 4079064. OLE color: 4079064.

HSL color Cylindrical-coordinate representation of color #D83D3E: hue angle of 359.61º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 61 62 -
CMYK 0 0.72 0.71 0.15
HSL 359.61º 0.67% 0.54% -
HSV(B) 359.61º 0.72% 0.85% -
XYZ 30.86 18.28 6.46 -
YUV 107.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 216 61 62 0 0.72 0.71 0.15 359.61 0.67 0.54
Hex D8 3D 3E 0 48 47 F 168 43 36
Octal 330 75 76 0 110 107 17 550 103 66
Binary 11011000 111101 111110 0 1001000 1000111 1111 101101000 1000011 110110

Color Harmonies of #D83D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D3E

Black with #D83D3E

Text Example


Text Example

White with #D83D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D3E; }

 p { color: rgb(216,61,62); }

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

background-color css

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

 a { background-color: rgb(216,61,62); }

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

border-color css

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

 span { border-color: rgb(216,61,62); }

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