Shades of Brick Red #C9303E
Tints of Brick Red #C9303E
RGB
CMYK
RGB Variations
Color information
#C9303E (or 0xC9303E) is known color: Brick Red. HEX triplet: C9, 30 and 3E. RGB value is (201,48,62). Sum of RGB (Red+Green+Blue) = 201+48+62=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303E is #36CFC1. Grayscale: #5F5F5F. Windows color (decimal): -3592130 or 4075721. OLE color: 4075721.
HSL color Cylindrical-coordinate representation of color #C9303E: hue angle of 354.51º 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 #C9303E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 62 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.21 |
| HSL | 354.51º | 0.61% | 0.49% | - |
| HSV(B) | 354.51º | 0.76% | 0.79% | - |
| XYZ | 26.01 | 14.88 | 6.06 | - |
| YUV | 95.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 62 | 0 | 0.76 | 0.69 | 0.21 | 354.51 | 0.61 | 0.49 |
| Hex | C9 | 30 | 3E | 0 | 4C | 45 | 15 | 163 | 3D | 31 |
| Octal | 311 | 60 | 76 | 0 | 114 | 105 | 25 | 543 | 75 | 61 |
| Binary | 11001001 | 110000 | 111110 | 0 | 1001100 | 1000101 | 10101 | 101100011 | 111101 | 110001 |
Color Harmonies of #C9303E
Complementary color
Monochromatic Colors of #C9303E
Black with #C9303E
Text Example
Text Example
White with #C9303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9303E; }
p { color: rgb(201,48,62); }
H1.HeaderClassName
{
color: #C9303E;
}
.AnyTagClassName
{
color: #C9303E;
}
</style>
background-color css
<style>
a { background-color: #C9303E; }
a { background-color: rgb(201,48,62); }
div.DivClassName
{
background-color: #C9303E;
}
.BgClassName
{
background-color: #C9303E;
}
</style>
border-color css
<style>
span { border-color: #C9303E; }
span { border-color: rgb(201,48,62); }
td.TdClassName
{
border-color: #C9303E;
}
.TagClassName
{
border-color: #C9303E;
}
</style>