Html Css Color HEX #D03039 Mahogany

📋 copy color: '#D03039'

red 208 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #D03039

Tints of Mahogany #D03039

RGB

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

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

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

R = 66.45%
G = 15.34%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03039 (or 0xD03039) is known color: Mahogany. HEX triplet: D0, 30 and 39. RGB value is (208,48,57). Sum of RGB (Red+Green+Blue) = 208+48+57=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03039 is #2FCFC6. Grayscale: #606060. Windows color (decimal): -3133383 or 3748048. OLE color: 3748048.

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

Color convert

RGB 208 48 57 -
CMYK 0 0.77 0.73 0.18
HSL 356.63º 0.63% 0.5% -
HSV(B) 356.63º 0.77% 0.82% -
XYZ 27.81 15.82 5.46 -
YUV 96.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 208 48 57 0 0.77 0.73 0.18 356.63 0.63 0.5
Hex D0 30 39 0 4D 49 12 165 3F 32
Octal 320 60 71 0 115 111 22 545 77 62
Binary 11010000 110000 111001 0 1001101 1001001 10010 101100101 111111 110010

Color Harmonies of #D03039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03039

Black with #D03039

Text Example


Text Example

White with #D03039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03039; }

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

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

background-color css

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

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

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

border-color css

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

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

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