Shades of Brick Red #C9273B
Tints of Brick Red #C9273B
RGB
CMYK
RGB Variations
Color information
#C9273B (or 0xC9273B) is known color: Brick Red. HEX triplet: C9, 27 and 3B. RGB value is (201,39,59). Sum of RGB (Red+Green+Blue) = 201+39+59=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273B is #36D8C4. Grayscale: #595959. Windows color (decimal): -3594437 or 3876809. OLE color: 3876809.
HSL color Cylindrical-coordinate representation of color #C9273B: hue angle of 352.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9273B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 59 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.21 |
| HSL | 352.59º | 0.68% | 0.47% | - |
| HSV(B) | 352.59º | 0.81% | 0.79% | - |
| XYZ | 25.6 | 14.18 | 5.53 | - |
| YUV | 89.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 59 | 0 | 0.81 | 0.71 | 0.21 | 352.59 | 0.68 | 0.47 |
| Hex | C9 | 27 | 3B | 0 | 51 | 47 | 15 | 161 | 44 | 2F |
| Octal | 311 | 47 | 73 | 0 | 121 | 107 | 25 | 541 | 104 | 57 |
| Binary | 11001001 | 100111 | 111011 | 0 | 1010001 | 1000111 | 10101 | 101100001 | 1000100 | 101111 |
Color Harmonies of #C9273B
Complementary color
Monochromatic Colors of #C9273B
Black with #C9273B
Text Example
Text Example
White with #C9273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9273B; }
p { color: rgb(201,39,59); }
H1.HeaderClassName
{
color: #C9273B;
}
.AnyTagClassName
{
color: #C9273B;
}
</style>
background-color css
<style>
a { background-color: #C9273B; }
a { background-color: rgb(201,39,59); }
div.DivClassName
{
background-color: #C9273B;
}
.BgClassName
{
background-color: #C9273B;
}
</style>
border-color css
<style>
span { border-color: #C9273B; }
span { border-color: rgb(201,39,59); }
td.TdClassName
{
border-color: #C9273B;
}
.TagClassName
{
border-color: #C9273B;
}
</style>