#D12C4A

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

Shades of Brick Red #D12C4A

Tints of Brick Red #D12C4A

Color information

#D12C4A (or 0xD12C4A) is unknown color: approx Brick Red. HEX triplet: D1, 2C and 4A. RGB value is (209,44,74). Sum of RGB (Red+Green+Blue) = 209+44+74=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C4A is #2ED3B5. Grayscale: #606060. Windows color (decimal): -3068854 or 4861137. OLE color: 4861137.

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

Color convert

RGB2094474-
CMYK00.790.650.18
HSL349.09º65.22%49.61%-
HSV(B)349.09º78.95%81.96%-
XYZ28.4315.858.04-
YUV96.76115.16208.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.91%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=63.91%
G=13.46%
B=22.63%

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
Decimal209447400.790.650.18349.0965.2249.61
HexD12C4A04F411215d4132
Octal3215411201171012253510162
Binary110100011011001001010010011111000001100101010111011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C4A; }

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

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

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

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

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

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

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

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