Html Css Color HEX #D03F44 Mahogany

📋 copy color: '#D03F44'

red 208 ◦ green 63 ◦ blue 68

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

Shades of Mahogany #D03F44

Tints of Mahogany #D03F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 61.36%
G = 18.58%
B = 20.06%

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

#D03F44 (or 0xD03F44) is known color: Mahogany. HEX triplet: D0, 3F and 44. RGB value is (208,63,68). Sum of RGB (Red+Green+Blue) = 208+63+68=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F44 is #2FC0BB. Grayscale: #6B6B6B. Windows color (decimal): -3129532 or 4472784. OLE color: 4472784.

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

Color convert

RGB 208 63 68 -
CMYK 0 0.70 0.67 0.18
HSL 357.93º 0.61% 0.53% -
HSV(B) 357.93º 0.7% 0.82% -
XYZ 28.83 17.38 7.3 -
YUV 106.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 208 63 68 0 0.70 0.67 0.18 357.93 0.61 0.53
Hex D0 3F 44 0 46 43 12 166 3D 35
Octal 320 77 104 0 106 103 22 546 75 65
Binary 11010000 111111 1000100 0 1000110 1000011 10010 101100110 111101 110101

Color Harmonies of #D03F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F44

Black with #D03F44

Text Example


Text Example

White with #D03F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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