Html Css Color HEX #D4383A Mahogany

📋 copy color: '#D4383A'

red 212 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #D4383A

Tints of Mahogany #D4383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 65.03%
G = 17.18%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4383A (or 0xD4383A) is known color: Mahogany. HEX triplet: D4, 38 and 3A. RGB value is (212,56,58). Sum of RGB (Red+Green+Blue) = 212+56+58=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4383A is #2BC7C5. Grayscale: #676767. Windows color (decimal): -2869190 or 3815636. OLE color: 3815636.

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

Color convert

RGB 212 56 58 -
CMYK 0 0.74 0.73 0.17
HSL 359.23º 0.64% 0.53% -
HSV(B) 359.23º 0.74% 0.83% -
XYZ 29.33 17.13 5.76 -
YUV 102.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 212 56 58 0 0.74 0.73 0.17 359.23 0.64 0.53
Hex D4 38 3A 0 4A 49 11 167 40 35
Octal 324 70 72 0 112 111 21 547 100 65
Binary 11010100 111000 111010 0 1001010 1001001 10001 101100111 1000000 110101

Color Harmonies of #D4383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4383A

Black with #D4383A

Text Example


Text Example

White with #D4383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4383A; }

 p { color: rgb(212,56,58); }

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

background-color css

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

 a { background-color: rgb(212,56,58); }

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

border-color css

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

 span { border-color: rgb(212,56,58); }

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