Html Css Color HEX #D03940 Mahogany

📋 copy color: '#D03940'

red 208 ◦ green 57 ◦ blue 64

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

Shades of Mahogany #D03940

Tints of Mahogany #D03940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 63.22%
G = 17.33%
B = 19.45%

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

#D03940 (or 0xD03940) is known color: Mahogany. HEX triplet: D0, 39 and 40. RGB value is (208,57,64). Sum of RGB (Red+Green+Blue) = 208+57+64=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03940 is #2FC6BF. Grayscale: #676767. Windows color (decimal): -3131072 or 4209104. OLE color: 4209104.

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

Color convert

RGB 208 57 64 -
CMYK 0 0.73 0.69 0.18
HSL 357.22º 0.62% 0.52% -
HSV(B) 357.22º 0.73% 0.82% -
XYZ 28.4 16.71 6.58 -
YUV 102.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 208 57 64 0 0.73 0.69 0.18 357.22 0.62 0.52
Hex D0 39 40 0 49 45 12 165 3E 34
Octal 320 71 100 0 111 105 22 545 76 64
Binary 11010000 111001 1000000 0 1001001 1000101 10010 101100101 111110 110100

Color Harmonies of #D03940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03940

Black with #D03940

Text Example


Text Example

White with #D03940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03940; }

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

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

background-color css

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

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

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

border-color css

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

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

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