Shades of Brick Red #C9263E
Tints of Brick Red #C9263E
RGB
CMYK
RGB Variations
Color information
#C9263E (or 0xC9263E) is known color: Brick Red. HEX triplet: C9, 26 and 3E. RGB value is (201,38,62). Sum of RGB (Red+Green+Blue) = 201+38+62=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9263E is #36D9C1. Grayscale: #595959. Windows color (decimal): -3594690 or 4073161. OLE color: 4073161.
HSL color Cylindrical-coordinate representation of color #C9263E: hue angle of 351.17º 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 #C9263E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 62 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.21 |
| HSL | 351.17º | 0.68% | 0.47% | - |
| HSV(B) | 351.17º | 0.81% | 0.79% | - |
| XYZ | 25.65 | 14.15 | 5.94 | - |
| YUV | 89.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 62 | 0 | 0.81 | 0.69 | 0.21 | 351.17 | 0.68 | 0.47 |
| Hex | C9 | 26 | 3E | 0 | 51 | 45 | 15 | 15F | 44 | 2F |
| Octal | 311 | 46 | 76 | 0 | 121 | 105 | 25 | 537 | 104 | 57 |
| Binary | 11001001 | 100110 | 111110 | 0 | 1010001 | 1000101 | 10101 | 101011111 | 1000100 | 101111 |
Color Harmonies of #C9263E
Complementary color
Monochromatic Colors of #C9263E
Black with #C9263E
Text Example
Text Example
White with #C9263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9263E; }
p { color: rgb(201,38,62); }
H1.HeaderClassName
{
color: #C9263E;
}
.AnyTagClassName
{
color: #C9263E;
}
</style>
background-color css
<style>
a { background-color: #C9263E; }
a { background-color: rgb(201,38,62); }
div.DivClassName
{
background-color: #C9263E;
}
.BgClassName
{
background-color: #C9263E;
}
</style>
border-color css
<style>
span { border-color: #C9263E; }
span { border-color: rgb(201,38,62); }
td.TdClassName
{
border-color: #C9263E;
}
.TagClassName
{
border-color: #C9263E;
}
</style>