Html Css Color HEX #D03A3E Mahogany

📋 copy color: '#D03A3E'

red 208 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #D03A3E

Tints of Mahogany #D03A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 63.41%
G = 17.68%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D03A3E (or 0xD03A3E) is known color: Mahogany. HEX triplet: D0, 3A and 3E. RGB value is (208,58,62). Sum of RGB (Red+Green+Blue) = 208+58+62=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A3E is #2FC5C1. Grayscale: #676767. Windows color (decimal): -3130818 or 4078288. OLE color: 4078288.

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

Color convert

RGB 208 58 62 -
CMYK 0 0.72 0.70 0.18
HSL 358.4º 0.61% 0.52% -
HSV(B) 358.4º 0.72% 0.82% -
XYZ 28.39 16.78 6.3 -
YUV 103.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 208 58 62 0 0.72 0.70 0.18 358.4 0.61 0.52
Hex D0 3A 3E 0 48 46 12 166 3D 34
Octal 320 72 76 0 110 106 22 546 75 64
Binary 11010000 111010 111110 0 1001000 1000110 10010 101100110 111101 110100

Color Harmonies of #D03A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A3E

Black with #D03A3E

Text Example


Text Example

White with #D03A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A3E; }

 p { color: rgb(208,58,62); }

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

background-color css

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

 a { background-color: rgb(208,58,62); }

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

border-color css

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

 span { border-color: rgb(208,58,62); }

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