Shades of Brick Red #C9303D
Tints of Brick Red #C9303D
RGB
CMYK
RGB Variations
Color information
#C9303D (or 0xC9303D) is known color: Brick Red. HEX triplet: C9, 30 and 3D. RGB value is (201,48,61). Sum of RGB (Red+Green+Blue) = 201+48+61=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303D is #36CFC2. Grayscale: #5F5F5F. Windows color (decimal): -3592131 or 4010185. OLE color: 4010185.
HSL color Cylindrical-coordinate representation of color #C9303D: hue angle of 354.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9303D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 61 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.21 |
| HSL | 354.9º | 0.61% | 0.49% | - |
| HSV(B) | 354.9º | 0.76% | 0.79% | - |
| XYZ | 25.99 | 14.87 | 5.92 | - |
| YUV | 95.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 61 | 0 | 0.76 | 0.70 | 0.21 | 354.9 | 0.61 | 0.49 |
| Hex | C9 | 30 | 3D | 0 | 4C | 46 | 15 | 163 | 3D | 31 |
| Octal | 311 | 60 | 75 | 0 | 114 | 106 | 25 | 543 | 75 | 61 |
| Binary | 11001001 | 110000 | 111101 | 0 | 1001100 | 1000110 | 10101 | 101100011 | 111101 | 110001 |
Color Harmonies of #C9303D
Complementary color
Monochromatic Colors of #C9303D
Black with #C9303D
Text Example
Text Example
White with #C9303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9303D; }
p { color: rgb(201,48,61); }
H1.HeaderClassName
{
color: #C9303D;
}
.AnyTagClassName
{
color: #C9303D;
}
</style>
background-color css
<style>
a { background-color: #C9303D; }
a { background-color: rgb(201,48,61); }
div.DivClassName
{
background-color: #C9303D;
}
.BgClassName
{
background-color: #C9303D;
}
</style>
border-color css
<style>
span { border-color: #C9303D; }
span { border-color: rgb(201,48,61); }
td.TdClassName
{
border-color: #C9303D;
}
.TagClassName
{
border-color: #C9303D;
}
</style>