Html Css Color HEX #D03F42 Mahogany

📋 copy color: '#D03F42'

red 208 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #D03F42

Tints of Mahogany #D03F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 61.72%
G = 18.69%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D03F42 (or 0xD03F42) is known color: Mahogany. HEX triplet: D0, 3F and 42. RGB value is (208,63,66). Sum of RGB (Red+Green+Blue) = 208+63+66=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F42 is #2FC0BD. Grayscale: #6A6A6A. Windows color (decimal): -3129534 or 4341712. OLE color: 4341712.

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

Color convert

RGB 208 63 66 -
CMYK 0 0.70 0.68 0.18
HSL 358.76º 0.61% 0.53% -
HSV(B) 358.76º 0.7% 0.82% -
XYZ 28.77 17.36 6.99 -
YUV 106.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 208 63 66 0 0.70 0.68 0.18 358.76 0.61 0.53
Hex D0 3F 42 0 46 44 12 167 3D 35
Octal 320 77 102 0 106 104 22 547 75 65
Binary 11010000 111111 1000010 0 1000110 1000100 10010 101100111 111101 110101

Color Harmonies of #D03F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F42

Black with #D03F42

Text Example


Text Example

White with #D03F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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