Shades of Brick Red #D13D4B
Tints of Brick Red #D13D4B
RGB
CMYK
RGB Variations
Color information
#D13D4B (or 0xD13D4B) is known color: Brick Red. HEX triplet: D1, 3D and 4B. RGB value is (209,61,75). Sum of RGB (Red+Green+Blue) = 209+61+75=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D4B is #2EC2B4. Grayscale: #6A6A6A. Windows color (decimal): -3064501 or 4931025. OLE color: 4931025.
HSL color Cylindrical-coordinate representation of color #D13D4B: hue angle of 354.32º 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 #D13D4B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 75 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.18 |
| HSL | 354.32º | 0.62% | 0.53% | - |
| HSV(B) | 354.32º | 0.71% | 0.82% | - |
| XYZ | 29.23 | 17.4 | 8.47 | - |
| YUV | 106.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 75 | 0 | 0.71 | 0.64 | 0.18 | 354.32 | 0.62 | 0.53 |
| Hex | D1 | 3D | 4B | 0 | 47 | 40 | 12 | 162 | 3E | 35 |
| Octal | 321 | 75 | 113 | 0 | 107 | 100 | 22 | 542 | 76 | 65 |
| Binary | 11010001 | 111101 | 1001011 | 0 | 1000111 | 1000000 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D13D4B
Complementary color
Monochromatic Colors of #D13D4B
Black with #D13D4B
Text Example
Text Example
White with #D13D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D4B; }
p { color: rgb(209,61,75); }
H1.HeaderClassName
{
color: #D13D4B;
}
.AnyTagClassName
{
color: #D13D4B;
}
</style>
background-color css
<style>
a { background-color: #D13D4B; }
a { background-color: rgb(209,61,75); }
div.DivClassName
{
background-color: #D13D4B;
}
.BgClassName
{
background-color: #D13D4B;
}
</style>
border-color css
<style>
span { border-color: #D13D4B; }
span { border-color: rgb(209,61,75); }
td.TdClassName
{
border-color: #D13D4B;
}
.TagClassName
{
border-color: #D13D4B;
}
</style>