Html Css Color HEX #D83438 Mahogany

📋 copy color: '#D83438'

red 216 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D83438

Tints of Mahogany #D83438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 66.67%
G = 16.05%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D83438 (or 0xD83438) is known color: Mahogany. HEX triplet: D8, 34 and 38. RGB value is (216,52,56). Sum of RGB (Red+Green+Blue) = 216+52+56=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D83438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83438 is #27CBC7. Grayscale: #656565. Windows color (decimal): -2608072 or 3683544. OLE color: 3683544.

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

Color convert

RGB 216 52 56 -
CMYK 0 0.76 0.74 0.15
HSL 358.54º 0.68% 0.53% -
HSV(B) 358.54º 0.76% 0.85% -
XYZ 30.26 17.34 5.49 -
YUV 101.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 216 52 56 0 0.76 0.74 0.15 358.54 0.68 0.53
Hex D8 34 38 0 4C 4A F 167 44 35
Octal 330 64 70 0 114 112 17 547 104 65
Binary 11011000 110100 111000 0 1001100 1001010 1111 101100111 1000100 110101

Color Harmonies of #D83438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83438

Black with #D83438

Text Example


Text Example

White with #D83438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83438; }

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

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

background-color css

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

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

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

border-color css

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

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

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