#D13A4E

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

Shades of Brick Red #D13A4E

Tints of Brick Red #D13A4E

Color information

#D13A4E (or 0xD13A4E) is unknown color: approx Brick Red. HEX triplet: D1, 3A and 4E. RGB value is (209,58,78). Sum of RGB (Red+Green+Blue) = 209+58+78=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A4E is #2EC5B1. Grayscale: #696969. Windows color (decimal): -3065266 or 5126865. OLE color: 5126865.

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

Color convert

RGB2095878-
CMYK00.720.630.18
HSL352.05º62.14%52.35%-
HSV(B)352.05º72.25%81.96%-
XYZ29.1817.138.98-
YUV105.43112.53201.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.58%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=60.58%
G=16.81%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209587800.720.630.18352.0562.1452.35
HexD13A4E0483F121603e34
Octal32172116011077225407664
Binary1101000111101010011100100100011111110010101100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A4E; }

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

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

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

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

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

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

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

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