Html Css Color HEX #D4363A Mahogany

📋 copy color: '#D4363A'

red 212 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #D4363A

Tints of Mahogany #D4363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 65.43%
G = 16.67%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4363A (or 0xD4363A) is known color: Mahogany. HEX triplet: D4, 36 and 3A. RGB value is (212,54,58). Sum of RGB (Red+Green+Blue) = 212+54+58=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4363A is #2BC9C5. Grayscale: #656565. Windows color (decimal): -2869702 or 3815124. OLE color: 3815124.

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

Color convert

RGB 212 54 58 -
CMYK 0 0.75 0.73 0.17
HSL 358.48º 0.65% 0.52% -
HSV(B) 358.48º 0.75% 0.83% -
XYZ 29.23 16.94 5.73 -
YUV 101.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 212 54 58 0 0.75 0.73 0.17 358.48 0.65 0.52
Hex D4 36 3A 0 4B 49 11 166 41 34
Octal 324 66 72 0 113 111 21 546 101 64
Binary 11010100 110110 111010 0 1001011 1001001 10001 101100110 1000001 110100

Color Harmonies of #D4363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4363A

Black with #D4363A

Text Example


Text Example

White with #D4363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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