Html Css Color HEX #D3393D Mahogany

📋 copy color: '#D3393D'

red 211 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D3393D

Tints of Mahogany #D3393D

RGB

 RED value IS 211 (82.81% from 255) = 64.13%

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

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

R = 64.13%
G = 17.33%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3393D (or 0xD3393D) is known color: Mahogany. HEX triplet: D3, 39 and 3D. RGB value is (211,57,61). Sum of RGB (Red+Green+Blue) = 211+57+61=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3393D is #2CC6C2. Grayscale: #676767. Windows color (decimal): -2934467 or 4012499. OLE color: 4012499.

HSL color Cylindrical-coordinate representation of color #D3393D: hue angle of 358.44º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3393D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 61 -
CMYK 0 0.73 0.71 0.17
HSL 358.44º 0.64% 0.53% -
HSV(B) 358.44º 0.73% 0.83% -
XYZ 29.17 17.11 6.18 -
YUV 103.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 211 57 61 0 0.73 0.71 0.17 358.44 0.64 0.53
Hex D3 39 3D 0 49 47 11 166 40 35
Octal 323 71 75 0 111 107 21 546 100 65
Binary 11010011 111001 111101 0 1001001 1000111 10001 101100110 1000000 110101

Color Harmonies of #D3393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3393D

Black with #D3393D

Text Example


Text Example

White with #D3393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3393D; }

 p { color: rgb(211,57,61); }

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

background-color css

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

 a { background-color: rgb(211,57,61); }

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

border-color css

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

 span { border-color: rgb(211,57,61); }

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