Shades of Brick Red #D1254B
Tints of Brick Red #D1254B
RGB
CMYK
RGB Variations
Color information
#D1254B (or 0xD1254B) is known color: Brick Red. HEX triplet: D1, 25 and 4B. RGB value is (209,37,75). Sum of RGB (Red+Green+Blue) = 209+37+75=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1254B is #2EDAB4. Grayscale: #5C5C5C. Windows color (decimal): -3070645 or 4924881. OLE color: 4924881.
HSL color Cylindrical-coordinate representation of color #D1254B: hue angle of 346.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1254B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.18 |
| HSL | 346.74º | 0.7% | 0.48% | - |
| HSV(B) | 346.74º | 0.82% | 0.82% | - |
| XYZ | 28.23 | 15.39 | 8.14 | - |
| YUV | 92.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 75 | 0 | 0.82 | 0.64 | 0.18 | 346.74 | 0.7 | 0.48 |
| Hex | D1 | 25 | 4B | 0 | 52 | 40 | 12 | 15B | 46 | 30 |
| Octal | 321 | 45 | 113 | 0 | 122 | 100 | 22 | 533 | 106 | 60 |
| Binary | 11010001 | 100101 | 1001011 | 0 | 1010010 | 1000000 | 10010 | 101011011 | 1000110 | 110000 |
Color Harmonies of #D1254B
Complementary color
Monochromatic Colors of #D1254B
Black with #D1254B
Text Example
Text Example
White with #D1254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1254B; }
p { color: rgb(209,37,75); }
H1.HeaderClassName
{
color: #D1254B;
}
.AnyTagClassName
{
color: #D1254B;
}
</style>
background-color css
<style>
a { background-color: #D1254B; }
a { background-color: rgb(209,37,75); }
div.DivClassName
{
background-color: #D1254B;
}
.BgClassName
{
background-color: #D1254B;
}
</style>
border-color css
<style>
span { border-color: #D1254B; }
span { border-color: rgb(209,37,75); }
td.TdClassName
{
border-color: #D1254B;
}
.TagClassName
{
border-color: #D1254B;
}
</style>