Html Css Color HEX #D03438 Mahogany

📋 copy color: '#D03438'

red 208 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D03438

Tints of Mahogany #D03438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 65.82%
G = 16.46%
B = 17.72%

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

#D03438 (or 0xD03438) is known color: Mahogany. HEX triplet: D0, 34 and 38. RGB value is (208,52,56). Sum of RGB (Red+Green+Blue) = 208+52+56=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03438 is #2FCBC7. Grayscale: #636363. Windows color (decimal): -3132360 or 3683536. OLE color: 3683536.

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

Color convert

RGB 208 52 56 -
CMYK 0 0.75 0.73 0.18
HSL 358.46º 0.62% 0.51% -
HSV(B) 358.46º 0.75% 0.82% -
XYZ 27.95 16.15 5.39 -
YUV 99.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 208 52 56 0 0.75 0.73 0.18 358.46 0.62 0.51
Hex D0 34 38 0 4B 49 12 166 3E 33
Octal 320 64 70 0 113 111 22 546 76 63
Binary 11010000 110100 111000 0 1001011 1001001 10010 101100110 111110 110011

Color Harmonies of #D03438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03438

Black with #D03438

Text Example


Text Example

White with #D03438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03438; }

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

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

background-color css

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

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

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

border-color css

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

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

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