Shades of Brick Red #C9273C
Tints of Brick Red #C9273C
RGB
CMYK
RGB Variations
Color information
#C9273C (or 0xC9273C) is known color: Brick Red. HEX triplet: C9, 27 and 3C. RGB value is (201,39,60). Sum of RGB (Red+Green+Blue) = 201+39+60=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273C is #36D8C3. Grayscale: #595959. Windows color (decimal): -3594436 or 3942345. OLE color: 3942345.
HSL color Cylindrical-coordinate representation of color #C9273C: hue angle of 352.22º 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 #C9273C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 60 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.21 |
| HSL | 352.22º | 0.68% | 0.47% | - |
| HSV(B) | 352.22º | 0.81% | 0.79% | - |
| XYZ | 25.63 | 14.19 | 5.66 | - |
| YUV | 89.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 60 | 0 | 0.81 | 0.70 | 0.21 | 352.22 | 0.68 | 0.47 |
| Hex | C9 | 27 | 3C | 0 | 51 | 46 | 15 | 160 | 44 | 2F |
| Octal | 311 | 47 | 74 | 0 | 121 | 106 | 25 | 540 | 104 | 57 |
| Binary | 11001001 | 100111 | 111100 | 0 | 1010001 | 1000110 | 10101 | 101100000 | 1000100 | 101111 |
Color Harmonies of #C9273C
Complementary color
Monochromatic Colors of #C9273C
Black with #C9273C
Text Example
Text Example
White with #C9273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9273C; }
p { color: rgb(201,39,60); }
H1.HeaderClassName
{
color: #C9273C;
}
.AnyTagClassName
{
color: #C9273C;
}
</style>
background-color css
<style>
a { background-color: #C9273C; }
a { background-color: rgb(201,39,60); }
div.DivClassName
{
background-color: #C9273C;
}
.BgClassName
{
background-color: #C9273C;
}
</style>
border-color css
<style>
span { border-color: #C9273C; }
span { border-color: rgb(201,39,60); }
td.TdClassName
{
border-color: #C9273C;
}
.TagClassName
{
border-color: #C9273C;
}
</style>