Html Css Color HEX #D12F38 Mahogany

📋 copy color: '#D12F38'

red 209 ◦ green 47 ◦ blue 56

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

Shades of Mahogany #D12F38

Tints of Mahogany #D12F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 66.99%
G = 15.06%
B = 17.95%

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

#D12F38 (or 0xD12F38) is known color: Mahogany. HEX triplet: D1, 2F and 38. RGB value is (209,47,56). Sum of RGB (Red+Green+Blue) = 209+47+56=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F38 is #2ED0C7. Grayscale: #606060. Windows color (decimal): -3068104 or 3682257. OLE color: 3682257.

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

Color convert

RGB 209 47 56 -
CMYK 0 0.78 0.73 0.18
HSL 356.67º 0.64% 0.5% -
HSV(B) 356.67º 0.78% 0.82% -
XYZ 28.02 15.87 5.33 -
YUV 96.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 209 47 56 0 0.78 0.73 0.18 356.67 0.64 0.5
Hex D1 2F 38 0 4E 49 12 165 40 32
Octal 321 57 70 0 116 111 22 545 100 62
Binary 11010001 101111 111000 0 1001110 1001001 10010 101100101 1000000 110010

Color Harmonies of #D12F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F38

Black with #D12F38

Text Example


Text Example

White with #D12F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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