Html Css Color HEX #D83135 Mahogany

📋 copy color: '#D83135'

red 216 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #D83135

Tints of Mahogany #D83135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 67.92%
G = 15.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D83135 (or 0xD83135) is known color: Mahogany. HEX triplet: D8, 31 and 35. RGB value is (216,49,53). Sum of RGB (Red+Green+Blue) = 216+49+53=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D83135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83135 is #27CECA. Grayscale: #636363. Windows color (decimal): -2608843 or 3486168. OLE color: 3486168.

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

Color convert

RGB 216 49 53 -
CMYK 0 0.77 0.75 0.15
HSL 358.56º 0.68% 0.52% -
HSV(B) 358.56º 0.77% 0.85% -
XYZ 30.06 17.05 5.08 -
YUV 99.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 216 49 53 0 0.77 0.75 0.15 358.56 0.68 0.52
Hex D8 31 35 0 4D 4B F 167 44 34
Octal 330 61 65 0 115 113 17 547 104 64
Binary 11011000 110001 110101 0 1001101 1001011 1111 101100111 1000100 110100

Color Harmonies of #D83135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83135

Black with #D83135

Text Example


Text Example

White with #D83135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83135; }

 p { color: rgb(216,49,53); }

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

background-color css

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

 a { background-color: rgb(216,49,53); }

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

border-color css

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

 span { border-color: rgb(216,49,53); }

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