Html Css Color HEX #D03941 Mahogany

📋 copy color: '#D03941'

red 208 ◦ green 57 ◦ blue 65

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

Shades of Mahogany #D03941

Tints of Mahogany #D03941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 63.03%
G = 17.27%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D03941 (or 0xD03941) is known color: Mahogany. HEX triplet: D0, 39 and 41. RGB value is (208,57,65). Sum of RGB (Red+Green+Blue) = 208+57+65=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D03941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03941 is #2FC6BE. Grayscale: #676767. Windows color (decimal): -3131071 or 4274640. OLE color: 4274640.

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

Color convert

RGB 208 57 65 -
CMYK 0 0.73 0.69 0.18
HSL 356.82º 0.62% 0.52% -
HSV(B) 356.82º 0.73% 0.82% -
XYZ 28.43 16.72 6.73 -
YUV 103.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 208 57 65 0 0.73 0.69 0.18 356.82 0.62 0.52
Hex D0 39 41 0 49 45 12 165 3E 34
Octal 320 71 101 0 111 105 22 545 76 64
Binary 11010000 111001 1000001 0 1001001 1000101 10010 101100101 111110 110100

Color Harmonies of #D03941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03941

Black with #D03941

Text Example


Text Example

White with #D03941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03941; }

 p { color: rgb(208,57,65); }

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

background-color css

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

 a { background-color: rgb(208,57,65); }

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

border-color css

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

 span { border-color: rgb(208,57,65); }

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