#D12D3C

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

Shades of Brick Red #D12D3C

Tints of Brick Red #D12D3C

Color information

#D12D3C (or 0xD12D3C) is unknown color: approx Brick Red. HEX triplet: D1, 2D and 3C. RGB value is (209,45,60). Sum of RGB (Red+Green+Blue) = 209+45+60=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D3C is #2ED2C3. Grayscale: #5F5F5F. Windows color (decimal): -3068612 or 3943889. OLE color: 3943889.

HSL color Cylindrical-coordinate representation of color #D12D3C: hue angle of 354.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D3C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2094560-
CMYK00.780.710.18
HSL354.51º64.57%49.8%-
HSV(B)354.51º78.47%81.96%-
XYZ28.0515.765.84-
YUV95.75107.83208.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.56%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=66.56%
G=14.33%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209456000.780.710.18354.5164.5749.8
HexD12D3C04E47121634132
Octal321557401161072254310162
Binary11010001101101111100010011101000111100101011000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D3C; }

 p { color: rgb(209,45,60); }

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

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

 a { background-color: rgb(209,45,60); }

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

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

 span { border-color: rgb(209,45,60); }

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