Html Css Color HEX #D12530 Mahogany

📋 copy color: '#D12530'

red 209 ◦ green 37 ◦ blue 48

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

Shades of Mahogany #D12530

Tints of Mahogany #D12530

RGB

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

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

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

R = 71.09%
G = 12.59%
B = 16.33%

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

#D12530 (or 0xD12530) is known color: Mahogany. HEX triplet: D1, 25 and 30. RGB value is (209,37,48). Sum of RGB (Red+Green+Blue) = 209+37+48=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D12530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12530 is #2EDACF. Grayscale: #595959. Windows color (decimal): -3070672 or 3155409. OLE color: 3155409.

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

Color convert

RGB 209 37 48 -
CMYK 0 0.82 0.77 0.18
HSL 356.16º 0.7% 0.48% -
HSV(B) 356.16º 0.82% 0.82% -
XYZ 27.49 15.09 4.26 -
YUV 89.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 209 37 48 0 0.82 0.77 0.18 356.16 0.7 0.48
Hex D1 25 30 0 52 4D 12 164 46 30
Octal 321 45 60 0 122 115 22 544 106 60
Binary 11010001 100101 110000 0 1010010 1001101 10010 101100100 1000110 110000

Color Harmonies of #D12530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12530

Black with #D12530

Text Example


Text Example

White with #D12530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12530; }

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

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

background-color css

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

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

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

border-color css

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

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

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