Html Css Color HEX #D0383D Mahogany

📋 copy color: '#D0383D'

red 208 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #D0383D

Tints of Mahogany #D0383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 64%
G = 17.23%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0383D (or 0xD0383D) is known color: Mahogany. HEX triplet: D0, 38 and 3D. RGB value is (208,56,61). Sum of RGB (Red+Green+Blue) = 208+56+61=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0383D is #2FC7C2. Grayscale: #666666. Windows color (decimal): -3131331 or 4012240. OLE color: 4012240.

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

Color convert

RGB 208 56 61 -
CMYK 0 0.73 0.71 0.18
HSL 358.03º 0.62% 0.52% -
HSV(B) 358.03º 0.73% 0.82% -
XYZ 28.27 16.58 6.12 -
YUV 102.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 208 56 61 0 0.73 0.71 0.18 358.03 0.62 0.52
Hex D0 38 3D 0 49 47 12 166 3E 34
Octal 320 70 75 0 111 107 22 546 76 64
Binary 11010000 111000 111101 0 1001001 1000111 10010 101100110 111110 110100

Color Harmonies of #D0383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0383D

Black with #D0383D

Text Example


Text Example

White with #D0383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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