Html Css Color HEX #D83239 Mahogany

📋 copy color: '#D83239'

red 216 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #D83239

Tints of Mahogany #D83239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 66.87%
G = 15.48%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D83239 (or 0xD83239) is known color: Mahogany. HEX triplet: D8, 32 and 39. RGB value is (216,50,57). Sum of RGB (Red+Green+Blue) = 216+50+57=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D83239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83239 is #27CDC6. Grayscale: #646464. Windows color (decimal): -2608583 or 3748568. OLE color: 3748568.

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

Color convert

RGB 216 50 57 -
CMYK 0 0.77 0.74 0.15
HSL 357.47º 0.68% 0.52% -
HSV(B) 357.47º 0.77% 0.85% -
XYZ 30.2 17.18 5.59 -
YUV 100.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 216 50 57 0 0.77 0.74 0.15 357.47 0.68 0.52
Hex D8 32 39 0 4D 4A F 165 44 34
Octal 330 62 71 0 115 112 17 545 104 64
Binary 11011000 110010 111001 0 1001101 1001010 1111 101100101 1000100 110100

Color Harmonies of #D83239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83239

Black with #D83239

Text Example


Text Example

White with #D83239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83239; }

 p { color: rgb(216,50,57); }

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

background-color css

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

 a { background-color: rgb(216,50,57); }

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

border-color css

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

 span { border-color: rgb(216,50,57); }

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