Html Css Color HEX #D12F36 Mahogany

📋 copy color: '#D12F36'

red 209 ◦ green 47 ◦ blue 54

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

Shades of Mahogany #D12F36

Tints of Mahogany #D12F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 67.42%
G = 15.16%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D12F36 (or 0xD12F36) is known color: Mahogany. HEX triplet: D1, 2F and 36. RGB value is (209,47,54). Sum of RGB (Red+Green+Blue) = 209+47+54=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F36 is #2ED0C9. Grayscale: #606060. Windows color (decimal): -3068106 or 3551185. OLE color: 3551185.

HSL color Cylindrical-coordinate representation of color #D12F36: hue angle of 357.41º 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 #D12F36 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 47 54 -
CMYK 0 0.78 0.74 0.18
HSL 357.41º 0.64% 0.5% -
HSV(B) 357.41º 0.78% 0.82% -
XYZ 27.98 15.85 5.08 -
YUV 96.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 209 47 54 0 0.78 0.74 0.18 357.41 0.64 0.5
Hex D1 2F 36 0 4E 4A 12 165 40 32
Octal 321 57 66 0 116 112 22 545 100 62
Binary 11010001 101111 110110 0 1001110 1001010 10010 101100101 1000000 110010

Color Harmonies of #D12F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F36

Black with #D12F36

Text Example


Text Example

White with #D12F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F36; }

 p { color: rgb(209,47,54); }

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

background-color css

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

 a { background-color: rgb(209,47,54); }

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

border-color css

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

 span { border-color: rgb(209,47,54); }

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