#D1394E

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

Shades of Brick Red #D1394E

Tints of Brick Red #D1394E

Color information

#D1394E (or 0xD1394E) is unknown color: approx Brick Red. HEX triplet: D1, 39 and 4E. RGB value is (209,57,78). Sum of RGB (Red+Green+Blue) = 209+57+78=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1394E is #2EC6B1. Grayscale: #686868. Windows color (decimal): -3065522 or 5126609. OLE color: 5126609.

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

Color convert

RGB2095778-
CMYK00.730.630.18
HSL351.71º62.3%52.16%-
HSV(B)351.71º72.73%81.96%-
XYZ29.1317.038.96-
YUV104.84112.86202.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.76%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=60.76%
G=16.57%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209577800.730.630.18351.7162.352.16
HexD1394E0493F121603e34
Octal32171116011177225407664
Binary1101000111100110011100100100111111110010101100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1394E; }

 p { color: rgb(209,57,78); }

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

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

 a { background-color: rgb(209,57,78); }

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

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

 span { border-color: rgb(209,57,78); }

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