Html Css Color HEX #D0383B Mahogany

📋 copy color: '#D0383B'

red 208 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #D0383B

Tints of Mahogany #D0383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 64.4%
G = 17.34%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0383B (or 0xD0383B) is known color: Mahogany. HEX triplet: D0, 38 and 3B. RGB value is (208,56,59). Sum of RGB (Red+Green+Blue) = 208+56+59=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0383B is #2FC7C4. Grayscale: #656565. Windows color (decimal): -3131333 or 3881168. OLE color: 3881168.

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

Color convert

RGB 208 56 59 -
CMYK 0 0.73 0.72 0.18
HSL 358.82º 0.62% 0.52% -
HSV(B) 358.82º 0.73% 0.82% -
XYZ 28.22 16.55 5.85 -
YUV 101.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 208 56 59 0 0.73 0.72 0.18 358.82 0.62 0.52
Hex D0 38 3B 0 49 48 12 167 3E 34
Octal 320 70 73 0 111 110 22 547 76 64
Binary 11010000 111000 111011 0 1001001 1001000 10010 101100111 111110 110100

Color Harmonies of #D0383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0383B

Black with #D0383B

Text Example


Text Example

White with #D0383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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