Html Css Color HEX #D03540 Mahogany

📋 copy color: '#D03540'

red 208 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D03540

Tints of Mahogany #D03540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 64%
G = 16.31%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D03540 (or 0xD03540) is known color: Mahogany. HEX triplet: D0, 35 and 40. RGB value is (208,53,64). Sum of RGB (Red+Green+Blue) = 208+53+64=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D03540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03540 is #2FCABF. Grayscale: #646464. Windows color (decimal): -3132096 or 4208080. OLE color: 4208080.

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

Color convert

RGB 208 53 64 -
CMYK 0 0.75 0.69 0.18
HSL 355.74º 0.62% 0.51% -
HSV(B) 355.74º 0.75% 0.82% -
XYZ 28.21 16.33 6.51 -
YUV 100.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 208 53 64 0 0.75 0.69 0.18 355.74 0.62 0.51
Hex D0 35 40 0 4B 45 12 164 3E 33
Octal 320 65 100 0 113 105 22 544 76 63
Binary 11010000 110101 1000000 0 1001011 1000101 10010 101100100 111110 110011

Color Harmonies of #D03540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03540

Black with #D03540

Text Example


Text Example

White with #D03540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03540; }

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

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

background-color css

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

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

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

border-color css

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

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

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