Shades of Brick Red #D1253C
Tints of Brick Red #D1253C
RGB
CMYK
RGB Variations
Color information
#D1253C (or 0xD1253C) is known color: Brick Red. HEX triplet: D1, 25 and 3C. RGB value is (209,37,60). Sum of RGB (Red+Green+Blue) = 209+37+60=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1253C is #2EDAC3. Grayscale: #5B5B5B. Windows color (decimal): -3070660 or 3941841. OLE color: 3941841.
HSL color Cylindrical-coordinate representation of color #D1253C: hue angle of 351.98º 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 #D1253C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 60 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.18 |
| HSL | 351.98º | 0.7% | 0.48% | - |
| HSV(B) | 351.98º | 0.82% | 0.82% | - |
| XYZ | 27.77 | 15.2 | 5.75 | - |
| YUV | 91.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 60 | 0 | 0.82 | 0.71 | 0.18 | 351.98 | 0.7 | 0.48 |
| Hex | D1 | 25 | 3C | 0 | 52 | 47 | 12 | 160 | 46 | 30 |
| Octal | 321 | 45 | 74 | 0 | 122 | 107 | 22 | 540 | 106 | 60 |
| Binary | 11010001 | 100101 | 111100 | 0 | 1010010 | 1000111 | 10010 | 101100000 | 1000110 | 110000 |
Color Harmonies of #D1253C
Complementary color
Monochromatic Colors of #D1253C
Black with #D1253C
Text Example
Text Example
White with #D1253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1253C; }
p { color: rgb(209,37,60); }
H1.HeaderClassName
{
color: #D1253C;
}
.AnyTagClassName
{
color: #D1253C;
}
</style>
background-color css
<style>
a { background-color: #D1253C; }
a { background-color: rgb(209,37,60); }
div.DivClassName
{
background-color: #D1253C;
}
.BgClassName
{
background-color: #D1253C;
}
</style>
border-color css
<style>
span { border-color: #D1253C; }
span { border-color: rgb(209,37,60); }
td.TdClassName
{
border-color: #D1253C;
}
.TagClassName
{
border-color: #D1253C;
}
</style>