Shades of Brick Red #C9283E
Tints of Brick Red #C9283E
RGB
CMYK
RGB Variations
Color information
#C9283E (or 0xC9283E) is known color: Brick Red. HEX triplet: C9, 28 and 3E. RGB value is (201,40,62). Sum of RGB (Red+Green+Blue) = 201+40+62=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C9283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9283E is #36D7C1. Grayscale: #5A5A5A. Windows color (decimal): -3594178 or 4073673. OLE color: 4073673.
HSL color Cylindrical-coordinate representation of color #C9283E: hue angle of 351.8º 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 #C9283E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 62 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.21 |
| HSL | 351.8º | 0.67% | 0.47% | - |
| HSV(B) | 351.8º | 0.8% | 0.79% | - |
| XYZ | 25.72 | 14.28 | 5.96 | - |
| YUV | 90.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 62 | 0 | 0.80 | 0.69 | 0.21 | 351.8 | 0.67 | 0.47 |
| Hex | C9 | 28 | 3E | 0 | 50 | 45 | 15 | 160 | 43 | 2F |
| Octal | 311 | 50 | 76 | 0 | 120 | 105 | 25 | 540 | 103 | 57 |
| Binary | 11001001 | 101000 | 111110 | 0 | 1010000 | 1000101 | 10101 | 101100000 | 1000011 | 101111 |
Color Harmonies of #C9283E
Complementary color
Monochromatic Colors of #C9283E
Black with #C9283E
Text Example
Text Example
White with #C9283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9283E; }
p { color: rgb(201,40,62); }
H1.HeaderClassName
{
color: #C9283E;
}
.AnyTagClassName
{
color: #C9283E;
}
</style>
background-color css
<style>
a { background-color: #C9283E; }
a { background-color: rgb(201,40,62); }
div.DivClassName
{
background-color: #C9283E;
}
.BgClassName
{
background-color: #C9283E;
}
</style>
border-color css
<style>
span { border-color: #C9283E; }
span { border-color: rgb(201,40,62); }
td.TdClassName
{
border-color: #C9283E;
}
.TagClassName
{
border-color: #C9283E;
}
</style>