Shades of Brick Red #C5283C
Tints of Brick Red #C5283C
RGB
CMYK
RGB Variations
Color information
#C5283C (or 0xC5283C) is known color: Brick Red. HEX triplet: C5, 28 and 3C. RGB value is (197,40,60). Sum of RGB (Red+Green+Blue) = 197+40+60=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5283C is #3AD7C3. Grayscale: #595959. Windows color (decimal): -3856324 or 3942597. OLE color: 3942597.
HSL color Cylindrical-coordinate representation of color #C5283C: hue angle of 352.36º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5283C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 60 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.23 |
| HSL | 352.36º | 0.66% | 0.46% | - |
| HSV(B) | 352.36º | 0.8% | 0.77% | - |
| XYZ | 24.6 | 13.71 | 5.63 | - |
| YUV | 89.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 60 | 0 | 0.80 | 0.70 | 0.23 | 352.36 | 0.66 | 0.46 |
| Hex | C5 | 28 | 3C | 0 | 50 | 46 | 17 | 160 | 42 | 2E |
| Octal | 305 | 50 | 74 | 0 | 120 | 106 | 27 | 540 | 102 | 56 |
| Binary | 11000101 | 101000 | 111100 | 0 | 1010000 | 1000110 | 10111 | 101100000 | 1000010 | 101110 |
Color Harmonies of #C5283C
Complementary color
Monochromatic Colors of #C5283C
Black with #C5283C
Text Example
Text Example
White with #C5283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5283C; }
p { color: rgb(197,40,60); }
H1.HeaderClassName
{
color: #C5283C;
}
.AnyTagClassName
{
color: #C5283C;
}
</style>
background-color css
<style>
a { background-color: #C5283C; }
a { background-color: rgb(197,40,60); }
div.DivClassName
{
background-color: #C5283C;
}
.BgClassName
{
background-color: #C5283C;
}
</style>
border-color css
<style>
span { border-color: #C5283C; }
span { border-color: rgb(197,40,60); }
td.TdClassName
{
border-color: #C5283C;
}
.TagClassName
{
border-color: #C5283C;
}
</style>