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