Shades of Brick Red #C9283A
Tints of Brick Red #C9283A
RGB
CMYK
RGB Variations
Color information
#C9283A (or 0xC9283A) is known color: Brick Red. HEX triplet: C9, 28 and 3A. RGB value is (201,40,58). Sum of RGB (Red+Green+Blue) = 201+40+58=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9283A is #36D7C5. Grayscale: #5A5A5A. Windows color (decimal): -3594182 or 3811529. OLE color: 3811529.
HSL color Cylindrical-coordinate representation of color #C9283A: hue angle of 353.29º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9283A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.21 |
| HSL | 353.29º | 0.67% | 0.47% | - |
| HSV(B) | 353.29º | 0.8% | 0.79% | - |
| XYZ | 25.61 | 14.24 | 5.4 | - |
| YUV | 90.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 58 | 0 | 0.80 | 0.71 | 0.21 | 353.29 | 0.67 | 0.47 |
| Hex | C9 | 28 | 3A | 0 | 50 | 47 | 15 | 161 | 43 | 2F |
| Octal | 311 | 50 | 72 | 0 | 120 | 107 | 25 | 541 | 103 | 57 |
| Binary | 11001001 | 101000 | 111010 | 0 | 1010000 | 1000111 | 10101 | 101100001 | 1000011 | 101111 |
Color Harmonies of #C9283A
Complementary color
Monochromatic Colors of #C9283A
Black with #C9283A
Text Example
Text Example
White with #C9283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9283A; }
p { color: rgb(201,40,58); }
H1.HeaderClassName
{
color: #C9283A;
}
.AnyTagClassName
{
color: #C9283A;
}
</style>
background-color css
<style>
a { background-color: #C9283A; }
a { background-color: rgb(201,40,58); }
div.DivClassName
{
background-color: #C9283A;
}
.BgClassName
{
background-color: #C9283A;
}
</style>
border-color css
<style>
span { border-color: #C9283A; }
span { border-color: rgb(201,40,58); }
td.TdClassName
{
border-color: #C9283A;
}
.TagClassName
{
border-color: #C9283A;
}
</style>