Html Css Color HEX #D1303B Mahogany

📋 copy color: '#D1303B'

red 209 ◦ green 48 ◦ blue 59

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

Shades of Mahogany #D1303B

Tints of Mahogany #D1303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 66.14%
G = 15.19%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1303B (or 0xD1303B) is known color: Mahogany. HEX triplet: D1, 30 and 3B. RGB value is (209,48,59). Sum of RGB (Red+Green+Blue) = 209+48+59=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303B is #2ECFC4. Grayscale: #616161. Windows color (decimal): -3067845 or 3879121. OLE color: 3879121.

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

Color convert

RGB 209 48 59 -
CMYK 0 0.77 0.72 0.18
HSL 355.9º 0.64% 0.5% -
HSV(B) 355.9º 0.77% 0.82% -
XYZ 28.14 15.98 5.74 -
YUV 97.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 209 48 59 0 0.77 0.72 0.18 355.9 0.64 0.5
Hex D1 30 3B 0 4D 48 12 164 40 32
Octal 321 60 73 0 115 110 22 544 100 62
Binary 11010001 110000 111011 0 1001101 1001000 10010 101100100 1000000 110010

Color Harmonies of #D1303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1303B

Black with #D1303B

Text Example


Text Example

White with #D1303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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