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