Html Css Color HEX #D82E2F Mahogany

📋 copy color: '#D82E2F'

red 216 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #D82E2F

Tints of Mahogany #D82E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 69.9%
G = 14.89%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D82E2F (or 0xD82E2F) is known color: Mahogany. HEX triplet: D8, 2E and 2F. RGB value is (216,46,47). Sum of RGB (Red+Green+Blue) = 216+46+47=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E2F is #27D1D0. Grayscale: #616161. Windows color (decimal): -2609617 or 3092184. OLE color: 3092184.

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

Color convert

RGB 216 46 47 -
CMYK 0 0.79 0.78 0.15
HSL 359.65º 0.69% 0.51% -
HSV(B) 359.65º 0.79% 0.85% -
XYZ 29.81 16.76 4.35 -
YUV 96.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 216 46 47 0 0.79 0.78 0.15 359.65 0.69 0.51
Hex D8 2E 2F 0 4F 4E F 168 45 33
Octal 330 56 57 0 117 116 17 550 105 63
Binary 11011000 101110 101111 0 1001111 1001110 1111 101101000 1000101 110011

Color Harmonies of #D82E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E2F

Black with #D82E2F

Text Example


Text Example

White with #D82E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E2F; }

 p { color: rgb(216,46,47); }

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

background-color css

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

 a { background-color: rgb(216,46,47); }

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

border-color css

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

 span { border-color: rgb(216,46,47); }

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