Shades of Brick Red #C83041
Tints of Brick Red #C83041
RGB
CMYK
RGB Variations
Color information
#C83041 (or 0xC83041) is known color: Brick Red. HEX triplet: C8, 30 and 41. RGB value is (200,48,65). Sum of RGB (Red+Green+Blue) = 200+48+65=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C83041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83041 is #37CFBE. Grayscale: #5F5F5F. Windows color (decimal): -3657663 or 4272328. OLE color: 4272328.
HSL color Cylindrical-coordinate representation of color #C83041: hue angle of 353.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83041 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 65 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.22 |
| HSL | 353.29º | 0.61% | 0.49% | - |
| HSV(B) | 353.29º | 0.76% | 0.78% | - |
| XYZ | 25.83 | 14.77 | 6.49 | - |
| YUV | 95.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 65 | 0 | 0.76 | 0.68 | 0.22 | 353.29 | 0.61 | 0.49 |
| Hex | C8 | 30 | 41 | 0 | 4C | 44 | 16 | 161 | 3D | 31 |
| Octal | 310 | 60 | 101 | 0 | 114 | 104 | 26 | 541 | 75 | 61 |
| Binary | 11001000 | 110000 | 1000001 | 0 | 1001100 | 1000100 | 10110 | 101100001 | 111101 | 110001 |
Color Harmonies of #C83041
Complementary color
Monochromatic Colors of #C83041
Black with #C83041
Text Example
Text Example
White with #C83041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83041; }
p { color: rgb(200,48,65); }
H1.HeaderClassName
{
color: #C83041;
}
.AnyTagClassName
{
color: #C83041;
}
</style>
background-color css
<style>
a { background-color: #C83041; }
a { background-color: rgb(200,48,65); }
div.DivClassName
{
background-color: #C83041;
}
.BgClassName
{
background-color: #C83041;
}
</style>
border-color css
<style>
span { border-color: #C83041; }
span { border-color: rgb(200,48,65); }
td.TdClassName
{
border-color: #C83041;
}
.TagClassName
{
border-color: #C83041;
}
</style>