Html Css Color HEX #D03139 Mahogany

📋 copy color: '#D03139'

red 208 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #D03139

Tints of Mahogany #D03139

RGB

 RED value IS 208 (81.64% from 255) = 66.24%

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

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 66.24%
G = 15.61%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03139 (or 0xD03139) is known color: Mahogany. HEX triplet: D0, 31 and 39. RGB value is (208,49,57). Sum of RGB (Red+Green+Blue) = 208+49+57=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03139 is #2FCEC6. Grayscale: #616161. Windows color (decimal): -3133127 or 3748304. OLE color: 3748304.

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

Color convert

RGB 208 49 57 -
CMYK 0 0.76 0.73 0.18
HSL 356.98º 0.63% 0.5% -
HSV(B) 356.98º 0.76% 0.82% -
XYZ 27.85 15.9 5.47 -
YUV 97.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 208 49 57 0 0.76 0.73 0.18 356.98 0.63 0.5
Hex D0 31 39 0 4C 49 12 165 3F 32
Octal 320 61 71 0 114 111 22 545 77 62
Binary 11010000 110001 111001 0 1001100 1001001 10010 101100101 111111 110010

Color Harmonies of #D03139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03139

Black with #D03139

Text Example


Text Example

White with #D03139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03139; }

 p { color: rgb(208,49,57); }

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

background-color css

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

 a { background-color: rgb(208,49,57); }

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

border-color css

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

 span { border-color: rgb(208,49,57); }

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