#D1394D

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

Shades of Brick Red #D1394D

Tints of Brick Red #D1394D

Color information

#D1394D (or 0xD1394D) is unknown color: approx Brick Red. HEX triplet: D1, 39 and 4D. RGB value is (209,57,77). Sum of RGB (Red+Green+Blue) = 209+57+77=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1394D is #2EC6B2. Grayscale: #686868. Windows color (decimal): -3065523 or 5061073. OLE color: 5061073.

HSL color Cylindrical-coordinate representation of color #D1394D: hue angle of 352.11º 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 #D1394D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2095777-
CMYK00.730.630.18
HSL352.11º62.3%52.16%-
HSV(B)352.11º72.73%81.96%-
XYZ29.117.028.77-
YUV104.73112.36202.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=60.93%
G=16.62%
B=22.45%

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
Decimal209577700.730.630.18352.1162.352.16
HexD1394D0493F121603e34
Octal32171115011177225407664
Binary1101000111100110011010100100111111110010101100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1394D; }

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

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

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

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

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

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

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

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