Html Css Color HEX #D83441 Mahogany

📋 copy color: '#D83441'

red 216 ◦ green 52 ◦ blue 65

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

Shades of Mahogany #D83441

Tints of Mahogany #D83441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 64.86%
G = 15.62%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83441 (or 0xD83441) is known color: Mahogany. HEX triplet: D8, 34 and 41. RGB value is (216,52,65). Sum of RGB (Red+Green+Blue) = 216+52+65=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83441 is #27CBBE. Grayscale: #666666. Windows color (decimal): -2608063 or 4273368. OLE color: 4273368.

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

Color convert

RGB 216 52 65 -
CMYK 0 0.76 0.70 0.15
HSL 355.24º 0.68% 0.53% -
HSV(B) 355.24º 0.76% 0.85% -
XYZ 30.5 17.44 6.76 -
YUV 102.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 216 52 65 0 0.76 0.70 0.15 355.24 0.68 0.53
Hex D8 34 41 0 4C 46 F 163 44 35
Octal 330 64 101 0 114 106 17 543 104 65
Binary 11011000 110100 1000001 0 1001100 1000110 1111 101100011 1000100 110101

Color Harmonies of #D83441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83441

Black with #D83441

Text Example


Text Example

White with #D83441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83441; }

 p { color: rgb(216,52,65); }

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

background-color css

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

 a { background-color: rgb(216,52,65); }

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

border-color css

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

 span { border-color: rgb(216,52,65); }

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