Html Css Color HEX #D4393D Mahogany

📋 copy color: '#D4393D'

red 212 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D4393D

Tints of Mahogany #D4393D

RGB

 RED value IS 212 (83.2% from 255) = 64.24%

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

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

R = 64.24%
G = 17.27%
B = 18.48%

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

#D4393D (or 0xD4393D) is known color: Mahogany. HEX triplet: D4, 39 and 3D. RGB value is (212,57,61). Sum of RGB (Red+Green+Blue) = 212+57+61=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4393D is #2BC6C2. Grayscale: #676767. Windows color (decimal): -2868931 or 4012500. OLE color: 4012500.

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

Color convert

RGB 212 57 61 -
CMYK 0 0.73 0.71 0.17
HSL 358.45º 0.64% 0.53% -
HSV(B) 358.45º 0.73% 0.83% -
XYZ 29.46 17.26 6.19 -
YUV 103.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 212 57 61 0 0.73 0.71 0.17 358.45 0.64 0.53
Hex D4 39 3D 0 49 47 11 166 40 35
Octal 324 71 75 0 111 107 21 546 100 65
Binary 11010100 111001 111101 0 1001001 1000111 10001 101100110 1000000 110101

Color Harmonies of #D4393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4393D

Black with #D4393D

Text Example


Text Example

White with #D4393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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