Html Css Color HEX #D03740 Mahogany

📋 copy color: '#D03740'

red 208 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #D03740

Tints of Mahogany #D03740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 63.61%
G = 16.82%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D03740 (or 0xD03740) is known color: Mahogany. HEX triplet: D0, 37 and 40. RGB value is (208,55,64). Sum of RGB (Red+Green+Blue) = 208+55+64=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03740 is #2FC8BF. Grayscale: #656565. Windows color (decimal): -3131584 or 4208592. OLE color: 4208592.

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

Color convert

RGB 208 55 64 -
CMYK 0 0.74 0.69 0.18
HSL 356.47º 0.62% 0.52% -
HSV(B) 356.47º 0.74% 0.82% -
XYZ 28.3 16.51 6.55 -
YUV 101.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 208 55 64 0 0.74 0.69 0.18 356.47 0.62 0.52
Hex D0 37 40 0 4A 45 12 164 3E 34
Octal 320 67 100 0 112 105 22 544 76 64
Binary 11010000 110111 1000000 0 1001010 1000101 10010 101100100 111110 110100

Color Harmonies of #D03740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03740

Black with #D03740

Text Example


Text Example

White with #D03740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03740; }

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

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

background-color css

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

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

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

border-color css

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

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

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