Html Css Color HEX #D83F41 Mahogany

📋 copy color: '#D83F41'

red 216 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #D83F41

Tints of Mahogany #D83F41

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

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

R = 62.79%
G = 18.31%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83F41 (or 0xD83F41) is known color: Mahogany. HEX triplet: D8, 3F and 41. RGB value is (216,63,65). Sum of RGB (Red+Green+Blue) = 216+63+65=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F41 is #27C0BE. Grayscale: #6D6D6D. Windows color (decimal): -2605247 or 4276184. OLE color: 4276184.

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

Color convert

RGB 216 63 65 -
CMYK 0 0.71 0.70 0.15
HSL 359.22º 0.66% 0.55% -
HSV(B) 359.22º 0.71% 0.85% -
XYZ 31.05 18.54 6.94 -
YUV 108.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 216 63 65 0 0.71 0.70 0.15 359.22 0.66 0.55
Hex D8 3F 41 0 47 46 F 167 42 37
Octal 330 77 101 0 107 106 17 547 102 67
Binary 11011000 111111 1000001 0 1000111 1000110 1111 101100111 1000010 110111

Color Harmonies of #D83F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F41

Black with #D83F41

Text Example


Text Example

White with #D83F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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