#D1384B

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

Shades of Brick Red #D1384B

Tints of Brick Red #D1384B

Color information

#D1384B (or 0xD1384B) is unknown color: approx Brick Red. HEX triplet: D1, 38 and 4B. RGB value is (209,56,75). Sum of RGB (Red+Green+Blue) = 209+56+75=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1384B is #2EC7B4. Grayscale: #676767. Windows color (decimal): -3065781 or 4929745. OLE color: 4929745.

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

Color convert

RGB2095675-
CMYK00.730.640.18
HSL352.55º62.45%51.96%-
HSV(B)352.55º73.21%81.96%-
XYZ28.9816.898.39-
YUV103.91111.69202.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.47%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=61.47%
G=16.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209567500.730.640.18352.5562.4551.96
HexD1384B04940121613e34
Octal321701130111100225417664
Binary11010001111000100101101001001100000010010101100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1384B; }

 p { color: rgb(209,56,75); }

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

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

 a { background-color: rgb(209,56,75); }

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

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

 span { border-color: rgb(209,56,75); }

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