Shades of Brick Red #D1283C
Tints of Brick Red #D1283C
RGB
CMYK
RGB Variations
Color information
#D1283C (or 0xD1283C) is known color: Brick Red. HEX triplet: D1, 28 and 3C. RGB value is (209,40,60). Sum of RGB (Red+Green+Blue) = 209+40+60=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1283C is #2ED7C3. Grayscale: #5C5C5C. Windows color (decimal): -3069892 or 3942609. OLE color: 3942609.
HSL color Cylindrical-coordinate representation of color #D1283C: hue angle of 352.9º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1283C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 60 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.18 |
| HSL | 352.9º | 0.68% | 0.49% | - |
| HSV(B) | 352.9º | 0.81% | 0.82% | - |
| XYZ | 27.87 | 15.4 | 5.78 | - |
| YUV | 92.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 60 | 0 | 0.81 | 0.71 | 0.18 | 352.9 | 0.68 | 0.49 |
| Hex | D1 | 28 | 3C | 0 | 51 | 47 | 12 | 161 | 44 | 31 |
| Octal | 321 | 50 | 74 | 0 | 121 | 107 | 22 | 541 | 104 | 61 |
| Binary | 11010001 | 101000 | 111100 | 0 | 1010001 | 1000111 | 10010 | 101100001 | 1000100 | 110001 |
Color Harmonies of #D1283C
Complementary color
Monochromatic Colors of #D1283C
Black with #D1283C
Text Example
Text Example
White with #D1283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1283C; }
p { color: rgb(209,40,60); }
H1.HeaderClassName
{
color: #D1283C;
}
.AnyTagClassName
{
color: #D1283C;
}
</style>
background-color css
<style>
a { background-color: #D1283C; }
a { background-color: rgb(209,40,60); }
div.DivClassName
{
background-color: #D1283C;
}
.BgClassName
{
background-color: #D1283C;
}
</style>
border-color css
<style>
span { border-color: #D1283C; }
span { border-color: rgb(209,40,60); }
td.TdClassName
{
border-color: #D1283C;
}
.TagClassName
{
border-color: #D1283C;
}
</style>