Html Css Color HEX #D0313B Mahogany

📋 copy color: '#D0313B'

red 208 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D0313B

Tints of Mahogany #D0313B

RGB

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

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

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

R = 65.82%
G = 15.51%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0313B (or 0xD0313B) is known color: Mahogany. HEX triplet: D0, 31 and 3B. RGB value is (208,49,59). Sum of RGB (Red+Green+Blue) = 208+49+59=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0313B is #2FCEC4. Grayscale: #616161. Windows color (decimal): -3133125 or 3879376. OLE color: 3879376.

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

Color convert

RGB 208 49 59 -
CMYK 0 0.76 0.72 0.18
HSL 356.23º 0.63% 0.5% -
HSV(B) 356.23º 0.76% 0.82% -
XYZ 27.9 15.92 5.74 -
YUV 97.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 208 49 59 0 0.76 0.72 0.18 356.23 0.63 0.5
Hex D0 31 3B 0 4C 48 12 164 3F 32
Octal 320 61 73 0 114 110 22 544 77 62
Binary 11010000 110001 111011 0 1001100 1001000 10010 101100100 111111 110010

Color Harmonies of #D0313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0313B

Black with #D0313B

Text Example


Text Example

White with #D0313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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