Shades of Brick Red #D5273F
Tints of Brick Red #D5273F
RGB
CMYK
RGB Variations
Color information
#D5273F (or 0xD5273F) is known color: Brick Red. HEX triplet: D5, 27 and 3F. RGB value is (213,39,63). Sum of RGB (Red+Green+Blue) = 213+39+63=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273F is #2AD8C0. Grayscale: #5D5D5D. Windows color (decimal): -2808001 or 4138965. OLE color: 4138965.
HSL color Cylindrical-coordinate representation of color #D5273F: hue angle of 351.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5273F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.16 |
| HSL | 351.72º | 0.69% | 0.49% | - |
| HSV(B) | 351.72º | 0.82% | 0.84% | - |
| XYZ | 29.06 | 15.96 | 6.25 | - |
| YUV | 93.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 63 | 0 | 0.82 | 0.70 | 0.16 | 351.72 | 0.69 | 0.49 |
| Hex | D5 | 27 | 3F | 0 | 52 | 46 | 10 | 160 | 45 | 31 |
| Octal | 325 | 47 | 77 | 0 | 122 | 106 | 20 | 540 | 105 | 61 |
| Binary | 11010101 | 100111 | 111111 | 0 | 1010010 | 1000110 | 10000 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D5273F
Complementary color
Monochromatic Colors of #D5273F
Black with #D5273F
Text Example
Text Example
White with #D5273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5273F; }
p { color: rgb(213,39,63); }
H1.HeaderClassName
{
color: #D5273F;
}
.AnyTagClassName
{
color: #D5273F;
}
</style>
background-color css
<style>
a { background-color: #D5273F; }
a { background-color: rgb(213,39,63); }
div.DivClassName
{
background-color: #D5273F;
}
.BgClassName
{
background-color: #D5273F;
}
</style>
border-color css
<style>
span { border-color: #D5273F; }
span { border-color: rgb(213,39,63); }
td.TdClassName
{
border-color: #D5273F;
}
.TagClassName
{
border-color: #D5273F;
}
</style>