Html Css Color HEX #D83B45 Mahogany

📋 copy color: '#D83B45'

red 216 ◦ green 59 ◦ blue 69

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

Shades of Mahogany #D83B45

Tints of Mahogany #D83B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

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

R = 62.79%
G = 17.15%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83B45 (or 0xD83B45) is known color: Mahogany. HEX triplet: D8, 3B and 45. RGB value is (216,59,69). Sum of RGB (Red+Green+Blue) = 216+59+69=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B45 is #27C4BA. Grayscale: #6B6B6B. Windows color (decimal): -2606267 or 4537304. OLE color: 4537304.

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

Color convert

RGB 216 59 69 -
CMYK 0 0.73 0.68 0.15
HSL 356.18º 0.67% 0.54% -
HSV(B) 356.18º 0.73% 0.85% -
XYZ 30.96 18.16 7.5 -
YUV 107.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 216 59 69 0 0.73 0.68 0.15 356.18 0.67 0.54
Hex D8 3B 45 0 49 44 F 164 43 36
Octal 330 73 105 0 111 104 17 544 103 66
Binary 11011000 111011 1000101 0 1001001 1000100 1111 101100100 1000011 110110

Color Harmonies of #D83B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B45

Black with #D83B45

Text Example


Text Example

White with #D83B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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