Html Css Color HEX #D03031 Mahogany

📋 copy color: '#D03031'

red 208 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #D03031

Tints of Mahogany #D03031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 68.2%
G = 15.74%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D03031 (or 0xD03031) is known color: Mahogany. HEX triplet: D0, 30 and 31. RGB value is (208,48,49). Sum of RGB (Red+Green+Blue) = 208+48+49=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D03031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03031 is #2FCFCE. Grayscale: #606060. Windows color (decimal): -3133391 or 3223760. OLE color: 3223760.

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

Color convert

RGB 208 48 49 -
CMYK 0 0.77 0.76 0.18
HSL 359.63º 0.63% 0.5% -
HSV(B) 359.63º 0.77% 0.82% -
XYZ 27.62 15.75 4.49 -
YUV 95.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 208 48 49 0 0.77 0.76 0.18 359.63 0.63 0.5
Hex D0 30 31 0 4D 4C 12 168 3F 32
Octal 320 60 61 0 115 114 22 550 77 62
Binary 11010000 110000 110001 0 1001101 1001100 10010 101101000 111111 110010

Color Harmonies of #D03031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03031

Black with #D03031

Text Example


Text Example

White with #D03031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03031; }

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

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

background-color css

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

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

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

border-color css

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

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

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