Html Css Color HEX #D03F45 Mahogany

📋 copy color: '#D03F45'

red 208 ◦ green 63 ◦ blue 69

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

Shades of Mahogany #D03F45

Tints of Mahogany #D03F45

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 61.18%
G = 18.53%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03F45 (or 0xD03F45) is known color: Mahogany. HEX triplet: D0, 3F and 45. RGB value is (208,63,69). Sum of RGB (Red+Green+Blue) = 208+63+69=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F45 is #2FC0BA. Grayscale: #6B6B6B. Windows color (decimal): -3129531 or 4538320. OLE color: 4538320.

HSL color Cylindrical-coordinate representation of color #D03F45: hue angle of 357.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F45 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 69 -
CMYK 0 0.70 0.67 0.18
HSL 357.52º 0.61% 0.53% -
HSV(B) 357.52º 0.7% 0.82% -
XYZ 28.86 17.39 7.47 -
YUV 107.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 208 63 69 0 0.70 0.67 0.18 357.52 0.61 0.53
Hex D0 3F 45 0 46 43 12 166 3D 35
Octal 320 77 105 0 106 103 22 546 75 65
Binary 11010000 111111 1000101 0 1000110 1000011 10010 101100110 111101 110101

Color Harmonies of #D03F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F45

Black with #D03F45

Text Example


Text Example

White with #D03F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F45; }

 p { color: rgb(208,63,69); }

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

background-color css

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

 a { background-color: rgb(208,63,69); }

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

border-color css

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

 span { border-color: rgb(208,63,69); }

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