Html Css Color HEX #D12531 Mahogany

📋 copy color: '#D12531'

red 209 ◦ green 37 ◦ blue 49

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

Shades of Mahogany #D12531

Tints of Mahogany #D12531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 70.85%
G = 12.54%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D12531 (or 0xD12531) is known color: Mahogany. HEX triplet: D1, 25 and 31. RGB value is (209,37,49). Sum of RGB (Red+Green+Blue) = 209+37+49=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D12531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12531 is #2EDACE. Grayscale: #595959. Windows color (decimal): -3070671 or 3220945. OLE color: 3220945.

HSL color Cylindrical-coordinate representation of color #D12531: hue angle of 355.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12531 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 49 -
CMYK 0 0.82 0.77 0.18
HSL 355.81º 0.7% 0.48% -
HSV(B) 355.81º 0.82% 0.82% -
XYZ 27.51 15.1 4.37 -
YUV 89.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 209 37 49 0 0.82 0.77 0.18 355.81 0.7 0.48
Hex D1 25 31 0 52 4D 12 164 46 30
Octal 321 45 61 0 122 115 22 544 106 60
Binary 11010001 100101 110001 0 1010010 1001101 10010 101100100 1000110 110000

Color Harmonies of #D12531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12531

Black with #D12531

Text Example


Text Example

White with #D12531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12531; }

 p { color: rgb(209,37,49); }

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

background-color css

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

 a { background-color: rgb(209,37,49); }

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

border-color css

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

 span { border-color: rgb(209,37,49); }

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