Shades of Brick Red #C5283F
Tints of Brick Red #C5283F
RGB
CMYK
RGB Variations
Color information
#C5283F (or 0xC5283F) is known color: Brick Red. HEX triplet: C5, 28 and 3F. RGB value is (197,40,63). Sum of RGB (Red+Green+Blue) = 197+40+63=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5283F is #3AD7C0. Grayscale: #595959. Windows color (decimal): -3856321 or 4139205. OLE color: 4139205.
HSL color Cylindrical-coordinate representation of color #C5283F: hue angle of 351.21º 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 #C5283F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 63 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.23 |
| HSL | 351.21º | 0.66% | 0.46% | - |
| HSV(B) | 351.21º | 0.8% | 0.77% | - |
| XYZ | 24.68 | 13.75 | 6.06 | - |
| YUV | 89.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 63 | 0 | 0.80 | 0.68 | 0.23 | 351.21 | 0.66 | 0.46 |
| Hex | C5 | 28 | 3F | 0 | 50 | 44 | 17 | 15F | 42 | 2E |
| Octal | 305 | 50 | 77 | 0 | 120 | 104 | 27 | 537 | 102 | 56 |
| Binary | 11000101 | 101000 | 111111 | 0 | 1010000 | 1000100 | 10111 | 101011111 | 1000010 | 101110 |
Color Harmonies of #C5283F
Complementary color
Monochromatic Colors of #C5283F
Black with #C5283F
Text Example
Text Example
White with #C5283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5283F; }
p { color: rgb(197,40,63); }
H1.HeaderClassName
{
color: #C5283F;
}
.AnyTagClassName
{
color: #C5283F;
}
</style>
background-color css
<style>
a { background-color: #C5283F; }
a { background-color: rgb(197,40,63); }
div.DivClassName
{
background-color: #C5283F;
}
.BgClassName
{
background-color: #C5283F;
}
</style>
border-color css
<style>
span { border-color: #C5283F; }
span { border-color: rgb(197,40,63); }
td.TdClassName
{
border-color: #C5283F;
}
.TagClassName
{
border-color: #C5283F;
}
</style>