Html Css Color HEX #D13035 Mahogany

📋 copy color: '#D13035'

red 209 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #D13035

Tints of Mahogany #D13035

RGB

 RED value IS 209 (82.03% from 255) = 67.42%

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

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

R = 67.42%
G = 15.48%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D13035 (or 0xD13035) is known color: Mahogany. HEX triplet: D1, 30 and 35. RGB value is (209,48,53). Sum of RGB (Red+Green+Blue) = 209+48+53=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D13035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13035 is #2ECFCA. Grayscale: #606060. Windows color (decimal): -3067851 or 3485905. OLE color: 3485905.

HSL color Cylindrical-coordinate representation of color #D13035: hue angle of 358.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13035 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 53 -
CMYK 0 0.77 0.75 0.18
HSL 358.14º 0.64% 0.5% -
HSV(B) 358.14º 0.77% 0.82% -
XYZ 27.99 15.93 4.97 -
YUV 96.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 209 48 53 0 0.77 0.75 0.18 358.14 0.64 0.5
Hex D1 30 35 0 4D 4B 12 166 40 32
Octal 321 60 65 0 115 113 22 546 100 62
Binary 11010001 110000 110101 0 1001101 1001011 10010 101100110 1000000 110010

Color Harmonies of #D13035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13035

Black with #D13035

Text Example


Text Example

White with #D13035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13035; }

 p { color: rgb(209,48,53); }

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

background-color css

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

 a { background-color: rgb(209,48,53); }

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

border-color css

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

 span { border-color: rgb(209,48,53); }

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