#D12247

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

Shades of Brick Red #D12247

Tints of Brick Red #D12247

Color information

#D12247 (or 0xD12247) is unknown color: approx Brick Red. HEX triplet: D1, 22 and 47. RGB value is (209,34,71). Sum of RGB (Red+Green+Blue) = 209+34+71=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12247 is #2EDDB8. Grayscale: #5A5A5A. Windows color (decimal): -3071417 or 4661969. OLE color: 4661969.

HSL color Cylindrical-coordinate representation of color #D12247: hue angle of 347.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12247 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2093471-
CMYK00.840.660.18
HSL347.31º72.02%47.65%-
HSV(B)347.31º83.73%81.96%-
XYZ2815.157.41-
YUV90.54116.98212.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.56%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=66.56%
G=10.83%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209347100.840.660.18347.3172.0247.65
HexD12247054421215b4830
Octal3214210701241022253311060
Binary110100011000101000111010101001000010100101010110111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12247; }

 p { color: rgb(209,34,71); }

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

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

 a { background-color: rgb(209,34,71); }

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

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

 span { border-color: rgb(209,34,71); }

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