Shades of Brick Red #C9263D
Tints of Brick Red #C9263D
RGB
CMYK
RGB Variations
Color information
#C9263D (or 0xC9263D) is known color: Brick Red. HEX triplet: C9, 26 and 3D. RGB value is (201,38,61). Sum of RGB (Red+Green+Blue) = 201+38+61=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9263D is #36D9C2. Grayscale: #595959. Windows color (decimal): -3594691 or 4007625. OLE color: 4007625.
HSL color Cylindrical-coordinate representation of color #C9263D: hue angle of 351.53º 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 #C9263D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 61 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.21 |
| HSL | 351.53º | 0.68% | 0.47% | - |
| HSV(B) | 351.53º | 0.81% | 0.79% | - |
| XYZ | 25.62 | 14.14 | 5.79 | - |
| YUV | 89.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 61 | 0 | 0.81 | 0.70 | 0.21 | 351.53 | 0.68 | 0.47 |
| Hex | C9 | 26 | 3D | 0 | 51 | 46 | 15 | 160 | 44 | 2F |
| Octal | 311 | 46 | 75 | 0 | 121 | 106 | 25 | 540 | 104 | 57 |
| Binary | 11001001 | 100110 | 111101 | 0 | 1010001 | 1000110 | 10101 | 101100000 | 1000100 | 101111 |
Color Harmonies of #C9263D
Complementary color
Monochromatic Colors of #C9263D
Black with #C9263D
Text Example
Text Example
White with #C9263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9263D; }
p { color: rgb(201,38,61); }
H1.HeaderClassName
{
color: #C9263D;
}
.AnyTagClassName
{
color: #C9263D;
}
</style>
background-color css
<style>
a { background-color: #C9263D; }
a { background-color: rgb(201,38,61); }
div.DivClassName
{
background-color: #C9263D;
}
.BgClassName
{
background-color: #C9263D;
}
</style>
border-color css
<style>
span { border-color: #C9263D; }
span { border-color: rgb(201,38,61); }
td.TdClassName
{
border-color: #C9263D;
}
.TagClassName
{
border-color: #C9263D;
}
</style>