Html Css Color HEX #D1303C Mahogany

📋 copy color: '#D1303C'

red 209 ◦ green 48 ◦ blue 60

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

Shades of Mahogany #D1303C

Tints of Mahogany #D1303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 65.93%
G = 15.14%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1303C (or 0xD1303C) is known color: Mahogany. HEX triplet: D1, 30 and 3C. RGB value is (209,48,60). Sum of RGB (Red+Green+Blue) = 209+48+60=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303C is #2ECFC3. Grayscale: #616161. Windows color (decimal): -3067844 or 3944657. OLE color: 3944657.

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

Color convert

RGB 209 48 60 -
CMYK 0 0.77 0.71 0.18
HSL 355.53º 0.64% 0.5% -
HSV(B) 355.53º 0.77% 0.82% -
XYZ 28.17 16 5.88 -
YUV 97.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 209 48 60 0 0.77 0.71 0.18 355.53 0.64 0.5
Hex D1 30 3C 0 4D 47 12 164 40 32
Octal 321 60 74 0 115 107 22 544 100 62
Binary 11010001 110000 111100 0 1001101 1000111 10010 101100100 1000000 110010

Color Harmonies of #D1303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1303C

Black with #D1303C

Text Example


Text Example

White with #D1303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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