Shades of Brick Red #D13D4A
Tints of Brick Red #D13D4A
RGB
CMYK
RGB Variations
Color information
#D13D4A (or 0xD13D4A) is known color: Brick Red. HEX triplet: D1, 3D and 4A. RGB value is (209,61,74). Sum of RGB (Red+Green+Blue) = 209+61+74=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D4A is #2EC2B5. Grayscale: #6A6A6A. Windows color (decimal): -3064502 or 4865489. OLE color: 4865489.
HSL color Cylindrical-coordinate representation of color #D13D4A: hue angle of 354.73º 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 #D13D4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 74 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.18 |
| HSL | 354.73º | 0.62% | 0.53% | - |
| HSV(B) | 354.73º | 0.71% | 0.82% | - |
| XYZ | 29.2 | 17.39 | 8.3 | - |
| YUV | 106.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 74 | 0 | 0.71 | 0.65 | 0.18 | 354.73 | 0.62 | 0.53 |
| Hex | D1 | 3D | 4A | 0 | 47 | 41 | 12 | 163 | 3E | 35 |
| Octal | 321 | 75 | 112 | 0 | 107 | 101 | 22 | 543 | 76 | 65 |
| Binary | 11010001 | 111101 | 1001010 | 0 | 1000111 | 1000001 | 10010 | 101100011 | 111110 | 110101 |
Color Harmonies of #D13D4A
Complementary color
Monochromatic Colors of #D13D4A
Black with #D13D4A
Text Example
Text Example
White with #D13D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D4A; }
p { color: rgb(209,61,74); }
H1.HeaderClassName
{
color: #D13D4A;
}
.AnyTagClassName
{
color: #D13D4A;
}
</style>
background-color css
<style>
a { background-color: #D13D4A; }
a { background-color: rgb(209,61,74); }
div.DivClassName
{
background-color: #D13D4A;
}
.BgClassName
{
background-color: #D13D4A;
}
</style>
border-color css
<style>
span { border-color: #D13D4A; }
span { border-color: rgb(209,61,74); }
td.TdClassName
{
border-color: #D13D4A;
}
.TagClassName
{
border-color: #D13D4A;
}
</style>