#D12C49

Color #D12C49 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D12C49

Tints of Brick Red #D12C49

Color information

#D12C49 (or 0xD12C49) is unknown color: approx Brick Red. HEX triplet: D1, 2C and 49. RGB value is (209,44,73). Sum of RGB (Red+Green+Blue) = 209+44+73=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C49 is #2ED3B6. Grayscale: #606060. Windows color (decimal): -3068855 or 4795601. OLE color: 4795601.

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

Color convert

RGB2094473-
CMYK00.790.650.18
HSL349.45º65.22%49.61%-
HSV(B)349.45º78.95%81.96%-
XYZ28.415.847.86-
YUV96.64114.66208.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.11%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=64.11%
G=13.50%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209447300.790.650.18349.4565.2249.61
HexD12C4904F411215d4132
Octal3215411101171012253510162
Binary110100011011001001001010011111000001100101010111011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C49; }

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

 H1.HeaderClassName
 {
   color: #D12C49;
 }
 .AnyTagClassName
 {
   color: #D12C49;
 }
</style>
background-color css

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

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

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

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

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

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