#D13D49

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

Shades of Brick Red #D13D49

Tints of Brick Red #D13D49

Color information

#D13D49 (or 0xD13D49) is unknown color: approx Brick Red. HEX triplet: D1, 3D and 49. RGB value is (209,61,73). Sum of RGB (Red+Green+Blue) = 209+61+73=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D49 is #2EC2B6. Grayscale: #6A6A6A. Windows color (decimal): -3064503 or 4799953. OLE color: 4799953.

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

Color convert

RGB2096173-
CMYK00.710.650.18
HSL355.14º61.67%52.94%-
HSV(B)355.14º70.81%81.96%-
XYZ29.1717.378.12-
YUV106.62109.03201.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=60.93%
G=17.78%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209617300.710.650.18355.1461.6752.94
HexD13D4904741121633e35
Octal321751110107101225437665
Binary11010001111101100100101000111100000110010101100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D49; }

 p { color: rgb(209,61,73); }

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

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

 a { background-color: rgb(209,61,73); }

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

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

 span { border-color: rgb(209,61,73); }

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