Html Css Color HEX #D03538 Mahogany

📋 copy color: '#D03538'

red 208 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #D03538

Tints of Mahogany #D03538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 65.62%
G = 16.72%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03538 (or 0xD03538) is known color: Mahogany. HEX triplet: D0, 35 and 38. RGB value is (208,53,56). Sum of RGB (Red+Green+Blue) = 208+53+56=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D03538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03538 is #2FCAC7. Grayscale: #636363. Windows color (decimal): -3132104 or 3683792. OLE color: 3683792.

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

Color convert

RGB 208 53 56 -
CMYK 0 0.75 0.73 0.18
HSL 358.84º 0.62% 0.51% -
HSV(B) 358.84º 0.75% 0.82% -
XYZ 28 16.24 5.4 -
YUV 99.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 208 53 56 0 0.75 0.73 0.18 358.84 0.62 0.51
Hex D0 35 38 0 4B 49 12 167 3E 33
Octal 320 65 70 0 113 111 22 547 76 63
Binary 11010000 110101 111000 0 1001011 1001001 10010 101100111 111110 110011

Color Harmonies of #D03538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03538

Black with #D03538

Text Example


Text Example

White with #D03538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03538; }

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

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

background-color css

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

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

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

border-color css

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

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

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