Html Css Color HEX #D12930 Mahogany

📋 copy color: '#D12930'

red 209 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #D12930

Tints of Mahogany #D12930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 70.13%
G = 13.76%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D12930 (or 0xD12930) is known color: Mahogany. HEX triplet: D1, 29 and 30. RGB value is (209,41,48). Sum of RGB (Red+Green+Blue) = 209+41+48=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12930 is #2ED6CF. Grayscale: #5C5C5C. Windows color (decimal): -3069648 or 3156433. OLE color: 3156433.

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

Color convert

RGB 209 41 48 -
CMYK 0 0.80 0.77 0.18
HSL 357.5º 0.67% 0.49% -
HSV(B) 357.5º 0.8% 0.82% -
XYZ 27.62 15.35 4.3 -
YUV 92.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 209 41 48 0 0.80 0.77 0.18 357.5 0.67 0.49
Hex D1 29 30 0 50 4D 12 166 43 31
Octal 321 51 60 0 120 115 22 546 103 61
Binary 11010001 101001 110000 0 1010000 1001101 10010 101100110 1000011 110001

Color Harmonies of #D12930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12930

Black with #D12930

Text Example


Text Example

White with #D12930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12930; }

 p { color: rgb(209,41,48); }

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

background-color css

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

 a { background-color: rgb(209,41,48); }

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

border-color css

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

 span { border-color: rgb(209,41,48); }

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