Html Css Color HEX #D0393F Mahogany

📋 copy color: '#D0393F'

red 208 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #D0393F

Tints of Mahogany #D0393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 63.41%
G = 17.38%
B = 19.21%

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

#D0393F (or 0xD0393F) is known color: Mahogany. HEX triplet: D0, 39 and 3F. RGB value is (208,57,63). Sum of RGB (Red+Green+Blue) = 208+57+63=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D0393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0393F is #2FC6C0. Grayscale: #666666. Windows color (decimal): -3131073 or 4143568. OLE color: 4143568.

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

Color convert

RGB 208 57 63 -
CMYK 0 0.73 0.70 0.18
HSL 357.62º 0.62% 0.52% -
HSV(B) 357.62º 0.73% 0.82% -
XYZ 28.37 16.7 6.43 -
YUV 102.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 208 57 63 0 0.73 0.70 0.18 357.62 0.62 0.52
Hex D0 39 3F 0 49 46 12 166 3E 34
Octal 320 71 77 0 111 106 22 546 76 64
Binary 11010000 111001 111111 0 1001001 1000110 10010 101100110 111110 110100

Color Harmonies of #D0393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0393F

Black with #D0393F

Text Example


Text Example

White with #D0393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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