Html Css Color HEX #D83034 Mahogany

📋 copy color: '#D83034'

red 216 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #D83034

Tints of Mahogany #D83034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 68.35%
G = 15.19%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D83034 (or 0xD83034) is known color: Mahogany. HEX triplet: D8, 30 and 34. RGB value is (216,48,52). Sum of RGB (Red+Green+Blue) = 216+48+52=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D83034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83034 is #27CFCB. Grayscale: #626262. Windows color (decimal): -2609100 or 3420376. OLE color: 3420376.

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

Color convert

RGB 216 48 52 -
CMYK 0 0.78 0.76 0.15
HSL 358.57º 0.68% 0.52% -
HSV(B) 358.57º 0.78% 0.85% -
XYZ 30 16.96 4.94 -
YUV 98.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 216 48 52 0 0.78 0.76 0.15 358.57 0.68 0.52
Hex D8 30 34 0 4E 4C F 167 44 34
Octal 330 60 64 0 116 114 17 547 104 64
Binary 11011000 110000 110100 0 1001110 1001100 1111 101100111 1000100 110100

Color Harmonies of #D83034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83034

Black with #D83034

Text Example


Text Example

White with #D83034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83034; }

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

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

background-color css

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

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

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

border-color css

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

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

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