Html Css Color HEX #D12E3A Mahogany

📋 copy color: '#D12E3A'

red 209 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #D12E3A

Tints of Mahogany #D12E3A

RGB

 RED value IS 209 (82.03% from 255) = 66.77%

 GREEN value IS 46 (18.36% from 255) = 14.7%

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

R = 66.77%
G = 14.7%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D12E3A (or 0xD12E3A) is known color: Mahogany. HEX triplet: D1, 2E and 3A. RGB value is (209,46,58). Sum of RGB (Red+Green+Blue) = 209+46+58=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E3A is #2ED1C5. Grayscale: #606060. Windows color (decimal): -3068358 or 3813073. OLE color: 3813073.

HSL color Cylindrical-coordinate representation of color #D12E3A: hue angle of 355.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12E3A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 46 58 -
CMYK 0 0.78 0.72 0.18
HSL 355.58º 0.64% 0.5% -
HSV(B) 355.58º 0.78% 0.82% -
XYZ 28.04 15.81 5.58 -
YUV 96.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 209 46 58 0 0.78 0.72 0.18 355.58 0.64 0.5
Hex D1 2E 3A 0 4E 48 12 164 40 32
Octal 321 56 72 0 116 110 22 544 100 62
Binary 11010001 101110 111010 0 1001110 1001000 10010 101100100 1000000 110010

Color Harmonies of #D12E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E3A

Black with #D12E3A

Text Example


Text Example

White with #D12E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E3A; }

 p { color: rgb(209,46,58); }

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

background-color css

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

 a { background-color: rgb(209,46,58); }

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

border-color css

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

 span { border-color: rgb(209,46,58); }

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