#D12A45

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

Shades of Brick Red #D12A45

Tints of Brick Red #D12A45

Color information

#D12A45 (or 0xD12A45) is unknown color: approx Brick Red. HEX triplet: D1, 2A and 45. RGB value is (209,42,69). Sum of RGB (Red+Green+Blue) = 209+42+69=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A45 is #2ED5BA. Grayscale: #5F5F5F. Windows color (decimal): -3069371 or 4532945. OLE color: 4532945.

HSL color Cylindrical-coordinate representation of color #D12A45: hue angle of 350.3º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A45 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2094269-
CMYK00.800.670.18
HSL350.3º66.53%49.22%-
HSV(B)350.3º79.9%81.96%-
XYZ28.215.647.16-
YUV95.01113.33209.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.31%
GREEN value IS 42 (16.80% from 255) = 13.12%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=65.31%
G=13.12%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209426900.800.670.18350.366.5349.22
HexD12A45050431215e4331
Octal3215210501201032253610361
Binary110100011010101000101010100001000011100101010111101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A45; }

 p { color: rgb(209,42,69); }

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

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

 a { background-color: rgb(209,42,69); }

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

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

 span { border-color: rgb(209,42,69); }

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