Shades of Brick Red #C9273F
Tints of Brick Red #C9273F
RGB
CMYK
RGB Variations
Color information
#C9273F (or 0xC9273F) is known color: Brick Red. HEX triplet: C9, 27 and 3F. RGB value is (201,39,63). Sum of RGB (Red+Green+Blue) = 201+39+63=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273F is #36D8C0. Grayscale: #5A5A5A. Windows color (decimal): -3594433 or 4138953. OLE color: 4138953.
HSL color Cylindrical-coordinate representation of color #C9273F: hue angle of 351.11º 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 #C9273F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 63 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.21 |
| HSL | 351.11º | 0.68% | 0.47% | - |
| HSV(B) | 351.11º | 0.81% | 0.79% | - |
| XYZ | 25.71 | 14.23 | 6.09 | - |
| YUV | 90.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 63 | 0 | 0.81 | 0.69 | 0.21 | 351.11 | 0.68 | 0.47 |
| Hex | C9 | 27 | 3F | 0 | 51 | 45 | 15 | 15F | 44 | 2F |
| Octal | 311 | 47 | 77 | 0 | 121 | 105 | 25 | 537 | 104 | 57 |
| Binary | 11001001 | 100111 | 111111 | 0 | 1010001 | 1000101 | 10101 | 101011111 | 1000100 | 101111 |
Color Harmonies of #C9273F
Complementary color
Monochromatic Colors of #C9273F
Black with #C9273F
Text Example
Text Example
White with #C9273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9273F; }
p { color: rgb(201,39,63); }
H1.HeaderClassName
{
color: #C9273F;
}
.AnyTagClassName
{
color: #C9273F;
}
</style>
background-color css
<style>
a { background-color: #C9273F; }
a { background-color: rgb(201,39,63); }
div.DivClassName
{
background-color: #C9273F;
}
.BgClassName
{
background-color: #C9273F;
}
</style>
border-color css
<style>
span { border-color: #C9273F; }
span { border-color: rgb(201,39,63); }
td.TdClassName
{
border-color: #C9273F;
}
.TagClassName
{
border-color: #C9273F;
}
</style>