#D1344A

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

Shades of Brick Red #D1344A

Tints of Brick Red #D1344A

Color information

#D1344A (or 0xD1344A) is unknown color: approx Brick Red. HEX triplet: D1, 34 and 4A. RGB value is (209,52,74). Sum of RGB (Red+Green+Blue) = 209+52+74=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1344A is #2ECBB5. Grayscale: #656565. Windows color (decimal): -3066806 or 4863185. OLE color: 4863185.

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

Color convert

RGB2095274-
CMYK00.750.650.18
HSL351.59º63.05%51.18%-
HSV(B)351.59º75.12%81.96%-
XYZ28.7616.518.15-
YUV101.45112.51204.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.39%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=62.39%
G=15.52%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209527400.750.650.18351.5963.0551.18
HexD1344A04B41121603f33
Octal321641120113101225407763
Binary11010001110100100101001001011100000110010101100000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1344A; }

 p { color: rgb(209,52,74); }

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

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

 a { background-color: rgb(209,52,74); }

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

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

 span { border-color: rgb(209,52,74); }

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