Html Css Color HEX #D0383F Mahogany

📋 copy color: '#D0383F'

red 208 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #D0383F

Tints of Mahogany #D0383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 63.61%
G = 17.13%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0383F (or 0xD0383F) is known color: Mahogany. HEX triplet: D0, 38 and 3F. RGB value is (208,56,63). Sum of RGB (Red+Green+Blue) = 208+56+63=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0383F is #2FC7C0. Grayscale: #666666. Windows color (decimal): -3131329 or 4143312. OLE color: 4143312.

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

Color convert

RGB 208 56 63 -
CMYK 0 0.73 0.70 0.18
HSL 357.24º 0.62% 0.52% -
HSV(B) 357.24º 0.73% 0.82% -
XYZ 28.32 16.6 6.41 -
YUV 102.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 208 56 63 0 0.73 0.70 0.18 357.24 0.62 0.52
Hex D0 38 3F 0 49 46 12 165 3E 34
Octal 320 70 77 0 111 106 22 545 76 64
Binary 11010000 111000 111111 0 1001001 1000110 10010 101100101 111110 110100

Color Harmonies of #D0383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0383F

Black with #D0383F

Text Example


Text Example

White with #D0383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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