Html Css Color HEX #D13038 Mahogany

📋 copy color: '#D13038'

red 209 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #D13038

Tints of Mahogany #D13038

RGB

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

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

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

R = 66.77%
G = 15.34%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13038 (or 0xD13038) is known color: Mahogany. HEX triplet: D1, 30 and 38. RGB value is (209,48,56). Sum of RGB (Red+Green+Blue) = 209+48+56=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13038 is #2ECFC7. Grayscale: #616161. Windows color (decimal): -3067848 or 3682513. OLE color: 3682513.

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

Color convert

RGB 209 48 56 -
CMYK 0 0.77 0.73 0.18
HSL 357.02º 0.64% 0.5% -
HSV(B) 357.02º 0.77% 0.82% -
XYZ 28.07 15.95 5.34 -
YUV 97.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 209 48 56 0 0.77 0.73 0.18 357.02 0.64 0.5
Hex D1 30 38 0 4D 49 12 165 40 32
Octal 321 60 70 0 115 111 22 545 100 62
Binary 11010001 110000 111000 0 1001101 1001001 10010 101100101 1000000 110010

Color Harmonies of #D13038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13038

Black with #D13038

Text Example


Text Example

White with #D13038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13038; }

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

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

background-color css

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

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

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

border-color css

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

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

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