Html Css Color HEX #D12C30 Mahogany

📋 copy color: '#D12C30'

red 209 ◦ green 44 ◦ blue 48

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

Shades of Mahogany #D12C30

Tints of Mahogany #D12C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 69.44%
G = 14.62%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D12C30 (or 0xD12C30) is known color: Mahogany. HEX triplet: D1, 2C and 30. RGB value is (209,44,48). Sum of RGB (Red+Green+Blue) = 209+44+48=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C30 is #2ED3CF. Grayscale: #5D5D5D. Windows color (decimal): -3068880 or 3157201. OLE color: 3157201.

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

Color convert

RGB 209 44 48 -
CMYK 0 0.79 0.77 0.18
HSL 358.55º 0.65% 0.5% -
HSV(B) 358.55º 0.79% 0.82% -
XYZ 27.73 15.57 4.34 -
YUV 93.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 209 44 48 0 0.79 0.77 0.18 358.55 0.65 0.5
Hex D1 2C 30 0 4F 4D 12 167 41 32
Octal 321 54 60 0 117 115 22 547 101 62
Binary 11010001 101100 110000 0 1001111 1001101 10010 101100111 1000001 110010

Color Harmonies of #D12C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C30

Black with #D12C30

Text Example


Text Example

White with #D12C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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