Html Css Color HEX #D83D45 Mahogany

📋 copy color: '#D83D45'

red 216 ◦ green 61 ◦ blue 69

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

Shades of Mahogany #D83D45

Tints of Mahogany #D83D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 62.43%
G = 17.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83D45 (or 0xD83D45) is known color: Mahogany. HEX triplet: D8, 3D and 45. RGB value is (216,61,69). Sum of RGB (Red+Green+Blue) = 216+61+69=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D45 is #27C2BA. Grayscale: #6C6C6C. Windows color (decimal): -2605755 or 4537816. OLE color: 4537816.

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

Color convert

RGB 216 61 69 -
CMYK 0 0.72 0.68 0.15
HSL 356.9º 0.67% 0.54% -
HSV(B) 356.9º 0.72% 0.85% -
XYZ 31.06 18.37 7.54 -
YUV 108.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 216 61 69 0 0.72 0.68 0.15 356.9 0.67 0.54
Hex D8 3D 45 0 48 44 F 165 43 36
Octal 330 75 105 0 110 104 17 545 103 66
Binary 11011000 111101 1000101 0 1001000 1000100 1111 101100101 1000011 110110

Color Harmonies of #D83D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D45

Black with #D83D45

Text Example


Text Example

White with #D83D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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