Shades of Brick Red #D5273E
Tints of Brick Red #D5273E
RGB
CMYK
RGB Variations
Color information
#D5273E (or 0xD5273E) is known color: Brick Red. HEX triplet: D5, 27 and 3E. RGB value is (213,39,62). Sum of RGB (Red+Green+Blue) = 213+39+62=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273E is #2AD8C1. Grayscale: #5D5D5D. Windows color (decimal): -2808002 or 4073429. OLE color: 4073429.
HSL color Cylindrical-coordinate representation of color #D5273E: hue angle of 352.07º 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 #D5273E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 62 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.16 |
| HSL | 352.07º | 0.69% | 0.49% | - |
| HSV(B) | 352.07º | 0.82% | 0.84% | - |
| XYZ | 29.04 | 15.94 | 6.1 | - |
| YUV | 93.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 62 | 0 | 0.82 | 0.71 | 0.16 | 352.07 | 0.69 | 0.49 |
| Hex | D5 | 27 | 3E | 0 | 52 | 47 | 10 | 160 | 45 | 31 |
| Octal | 325 | 47 | 76 | 0 | 122 | 107 | 20 | 540 | 105 | 61 |
| Binary | 11010101 | 100111 | 111110 | 0 | 1010010 | 1000111 | 10000 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D5273E
Complementary color
Monochromatic Colors of #D5273E
Black with #D5273E
Text Example
Text Example
White with #D5273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5273E; }
p { color: rgb(213,39,62); }
H1.HeaderClassName
{
color: #D5273E;
}
.AnyTagClassName
{
color: #D5273E;
}
</style>
background-color css
<style>
a { background-color: #D5273E; }
a { background-color: rgb(213,39,62); }
div.DivClassName
{
background-color: #D5273E;
}
.BgClassName
{
background-color: #D5273E;
}
</style>
border-color css
<style>
span { border-color: #D5273E; }
span { border-color: rgb(213,39,62); }
td.TdClassName
{
border-color: #D5273E;
}
.TagClassName
{
border-color: #D5273E;
}
</style>