Shades of Brick Red #C5303D
Tints of Brick Red #C5303D
RGB
CMYK
RGB Variations
Color information
#C5303D (or 0xC5303D) is known color: Brick Red. HEX triplet: C5, 30 and 3D. RGB value is (197,48,61). Sum of RGB (Red+Green+Blue) = 197+48+61=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5303D is #3ACFC2. Grayscale: #5E5E5E. Windows color (decimal): -3854275 or 4010181. OLE color: 4010181.
HSL color Cylindrical-coordinate representation of color #C5303D: hue angle of 354.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5303D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 61 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.23 |
| HSL | 354.77º | 0.61% | 0.48% | - |
| HSV(B) | 354.77º | 0.76% | 0.77% | - |
| XYZ | 24.93 | 14.32 | 5.87 | - |
| YUV | 94.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 61 | 0 | 0.76 | 0.69 | 0.23 | 354.77 | 0.61 | 0.48 |
| Hex | C5 | 30 | 3D | 0 | 4C | 45 | 17 | 163 | 3D | 30 |
| Octal | 305 | 60 | 75 | 0 | 114 | 105 | 27 | 543 | 75 | 60 |
| Binary | 11000101 | 110000 | 111101 | 0 | 1001100 | 1000101 | 10111 | 101100011 | 111101 | 110000 |
Color Harmonies of #C5303D
Complementary color
Monochromatic Colors of #C5303D
Black with #C5303D
Text Example
Text Example
White with #C5303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5303D; }
p { color: rgb(197,48,61); }
H1.HeaderClassName
{
color: #C5303D;
}
.AnyTagClassName
{
color: #C5303D;
}
</style>
background-color css
<style>
a { background-color: #C5303D; }
a { background-color: rgb(197,48,61); }
div.DivClassName
{
background-color: #C5303D;
}
.BgClassName
{
background-color: #C5303D;
}
</style>
border-color css
<style>
span { border-color: #C5303D; }
span { border-color: rgb(197,48,61); }
td.TdClassName
{
border-color: #C5303D;
}
.TagClassName
{
border-color: #C5303D;
}
</style>