Html Css Color HEX #D12B30 Mahogany

📋 copy color: '#D12B30'

red 209 ◦ green 43 ◦ blue 48

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

Shades of Mahogany #D12B30

Tints of Mahogany #D12B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

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

R = 69.67%
G = 14.33%
B = 16%

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

#D12B30 (or 0xD12B30) is known color: Mahogany. HEX triplet: D1, 2B and 30. RGB value is (209,43,48). Sum of RGB (Red+Green+Blue) = 209+43+48=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B30 is #2ED4CF. Grayscale: #5D5D5D. Windows color (decimal): -3069136 or 3156945. OLE color: 3156945.

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

Color convert

RGB 209 43 48 -
CMYK 0 0.79 0.77 0.18
HSL 358.19º 0.66% 0.49% -
HSV(B) 358.19º 0.79% 0.82% -
XYZ 27.69 15.5 4.33 -
YUV 93.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 209 43 48 0 0.79 0.77 0.18 358.19 0.66 0.49
Hex D1 2B 30 0 4F 4D 12 166 42 31
Octal 321 53 60 0 117 115 22 546 102 61
Binary 11010001 101011 110000 0 1001111 1001101 10010 101100110 1000010 110001

Color Harmonies of #D12B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B30

Black with #D12B30

Text Example


Text Example

White with #D12B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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