Html Css Color HEX #D03D3F Mahogany

📋 copy color: '#D03D3F'

red 208 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #D03D3F

Tints of Mahogany #D03D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

 BLUE value IS 63 (25% from 255) = 18.98%

R = 62.65%
G = 18.37%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D03D3F (or 0xD03D3F) is known color: Mahogany. HEX triplet: D0, 3D and 3F. RGB value is (208,61,63). Sum of RGB (Red+Green+Blue) = 208+61+63=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D3F is #2FC2C0. Grayscale: #696969. Windows color (decimal): -3130049 or 4144592. OLE color: 4144592.

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

Color convert

RGB 208 61 63 -
CMYK 0 0.71 0.70 0.18
HSL 359.18º 0.61% 0.53% -
HSV(B) 359.18º 0.71% 0.82% -
XYZ 28.58 17.11 6.5 -
YUV 105.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 208 61 63 0 0.71 0.70 0.18 359.18 0.61 0.53
Hex D0 3D 3F 0 47 46 12 167 3D 35
Octal 320 75 77 0 107 106 22 547 75 65
Binary 11010000 111101 111111 0 1000111 1000110 10010 101100111 111101 110101

Color Harmonies of #D03D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D3F

Black with #D03D3F

Text Example


Text Example

White with #D03D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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