Html Css Color HEX #D12F39 Mahogany

📋 copy color: '#D12F39'

red 209 ◦ green 47 ◦ blue 57

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

Shades of Mahogany #D12F39

Tints of Mahogany #D12F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 66.77%
G = 15.02%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D12F39 (or 0xD12F39) is known color: Mahogany. HEX triplet: D1, 2F and 39. RGB value is (209,47,57). Sum of RGB (Red+Green+Blue) = 209+47+57=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F39 is #2ED0C6. Grayscale: #606060. Windows color (decimal): -3068103 or 3747793. OLE color: 3747793.

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

Color convert

RGB 209 47 57 -
CMYK 0 0.78 0.73 0.18
HSL 356.3º 0.64% 0.5% -
HSV(B) 356.3º 0.78% 0.82% -
XYZ 28.05 15.88 5.46 -
YUV 96.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 209 47 57 0 0.78 0.73 0.18 356.3 0.64 0.5
Hex D1 2F 39 0 4E 49 12 164 40 32
Octal 321 57 71 0 116 111 22 544 100 62
Binary 11010001 101111 111001 0 1001110 1001001 10010 101100100 1000000 110010

Color Harmonies of #D12F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F39

Black with #D12F39

Text Example


Text Example

White with #D12F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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