Shades of Brick Red #D5253F
Tints of Brick Red #D5253F
RGB
CMYK
RGB Variations
Color information
#D5253F (or 0xD5253F) is known color: Brick Red. HEX triplet: D5, 25 and 3F. RGB value is (213,37,63). Sum of RGB (Red+Green+Blue) = 213+37+63=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5253F is #2ADAC0. Grayscale: #5C5C5C. Windows color (decimal): -2808513 or 4138453. OLE color: 4138453.
HSL color Cylindrical-coordinate representation of color #D5253F: hue angle of 351.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5253F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 63 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.16 |
| HSL | 351.14º | 0.7% | 0.49% | - |
| HSV(B) | 351.14º | 0.83% | 0.84% | - |
| XYZ | 29 | 15.83 | 6.23 | - |
| YUV | 92.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 63 | 0 | 0.83 | 0.70 | 0.16 | 351.14 | 0.7 | 0.49 |
| Hex | D5 | 25 | 3F | 0 | 53 | 46 | 10 | 15F | 46 | 31 |
| Octal | 325 | 45 | 77 | 0 | 123 | 106 | 20 | 537 | 106 | 61 |
| Binary | 11010101 | 100101 | 111111 | 0 | 1010011 | 1000110 | 10000 | 101011111 | 1000110 | 110001 |
Color Harmonies of #D5253F
Complementary color
Monochromatic Colors of #D5253F
Black with #D5253F
Text Example
Text Example
White with #D5253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5253F; }
p { color: rgb(213,37,63); }
H1.HeaderClassName
{
color: #D5253F;
}
.AnyTagClassName
{
color: #D5253F;
}
</style>
background-color css
<style>
a { background-color: #D5253F; }
a { background-color: rgb(213,37,63); }
div.DivClassName
{
background-color: #D5253F;
}
.BgClassName
{
background-color: #D5253F;
}
</style>
border-color css
<style>
span { border-color: #D5253F; }
span { border-color: rgb(213,37,63); }
td.TdClassName
{
border-color: #D5253F;
}
.TagClassName
{
border-color: #D5253F;
}
</style>