Html Css Color HEX #D0393C Mahogany

📋 copy color: '#D0393C'

red 208 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #D0393C

Tints of Mahogany #D0393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 64%
G = 17.54%
B = 18.46%

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

#D0393C (or 0xD0393C) is known color: Mahogany. HEX triplet: D0, 39 and 3C. RGB value is (208,57,60). Sum of RGB (Red+Green+Blue) = 208+57+60=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0393C is #2FC6C3. Grayscale: #666666. Windows color (decimal): -3131076 or 3946960. OLE color: 3946960.

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

Color convert

RGB 208 57 60 -
CMYK 0 0.73 0.71 0.18
HSL 358.81º 0.62% 0.52% -
HSV(B) 358.81º 0.73% 0.82% -
XYZ 28.29 16.66 6 -
YUV 102.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 208 57 60 0 0.73 0.71 0.18 358.81 0.62 0.52
Hex D0 39 3C 0 49 47 12 167 3E 34
Octal 320 71 74 0 111 107 22 547 76 64
Binary 11010000 111001 111100 0 1001001 1000111 10010 101100111 111110 110100

Color Harmonies of #D0393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0393C

Black with #D0393C

Text Example


Text Example

White with #D0393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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