#D12C3B

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

Shades of Brick Red #D12C3B

Tints of Brick Red #D12C3B

Color information

#D12C3B (or 0xD12C3B) is unknown color: approx Brick Red. HEX triplet: D1, 2C and 3B. RGB value is (209,44,59). Sum of RGB (Red+Green+Blue) = 209+44+59=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C3B is #2ED3C4. Grayscale: #5F5F5F. Windows color (decimal): -3068869 or 3878097. OLE color: 3878097.

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

Color convert

RGB2094459-
CMYK00.790.720.18
HSL354.55º65.22%49.61%-
HSV(B)354.55º78.95%81.96%-
XYZ27.9815.675.69-
YUV95.04107.66209.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.99%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=66.99%
G=14.10%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209445900.790.720.18354.5565.2249.61
HexD12C3B04F48121634132
Octal321547301171102254310162
Binary11010001101100111011010011111001000100101011000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C3B; }

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

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

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

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

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

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

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

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