Html Css Color HEX #D12633 Mahogany

📋 copy color: '#D12633'

red 209 ◦ green 38 ◦ blue 51

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

Shades of Mahogany #D12633

Tints of Mahogany #D12633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 70.13%
G = 12.75%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D12633 (or 0xD12633) is known color: Mahogany. HEX triplet: D1, 26 and 33. RGB value is (209,38,51). Sum of RGB (Red+Green+Blue) = 209+38+51=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12633 is #2ED9CC. Grayscale: #5A5A5A. Windows color (decimal): -3070413 or 3352273. OLE color: 3352273.

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

Color convert

RGB 209 38 51 -
CMYK 0 0.82 0.76 0.18
HSL 355.44º 0.69% 0.48% -
HSV(B) 355.44º 0.82% 0.82% -
XYZ 27.59 15.18 4.61 -
YUV 90.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 209 38 51 0 0.82 0.76 0.18 355.44 0.69 0.48
Hex D1 26 33 0 52 4C 12 163 45 30
Octal 321 46 63 0 122 114 22 543 105 60
Binary 11010001 100110 110011 0 1010010 1001100 10010 101100011 1000101 110000

Color Harmonies of #D12633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12633

Black with #D12633

Text Example


Text Example

White with #D12633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12633; }

 p { color: rgb(209,38,51); }

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

background-color css

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

 a { background-color: rgb(209,38,51); }

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

border-color css

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

 span { border-color: rgb(209,38,51); }

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