#D12C4C

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

Shades of Brick Red #D12C4C

Tints of Brick Red #D12C4C

Color information

#D12C4C (or 0xD12C4C) is unknown color: approx Brick Red. HEX triplet: D1, 2C and 4C. RGB value is (209,44,76). Sum of RGB (Red+Green+Blue) = 209+44+76=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C4C is #2ED3B3. Grayscale: #616161. Windows color (decimal): -3068852 or 4992209. OLE color: 4992209.

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

Color convert

RGB2094476-
CMYK00.790.640.18
HSL348.36º65.22%49.61%-
HSV(B)348.36º78.95%81.96%-
XYZ28.515.888.4-
YUV96.98116.16207.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.53%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=63.53%
G=13.37%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209447600.790.640.18348.3665.2249.61
HexD12C4C04F401215c4132
Octal3215411401171002253410162
Binary110100011011001001100010011111000000100101010111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C4C; }

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

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

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

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

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

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

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

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