Shades of Brick Red #C33541
Tints of Brick Red #C33541
RGB
CMYK
RGB Variations
Color information
#C33541 (or 0xC33541) is known color: Brick Red. HEX triplet: C3, 35 and 41. RGB value is (195,53,65). Sum of RGB (Red+Green+Blue) = 195+53+65=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C33541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33541 is #3CCABE. Grayscale: #606060. Windows color (decimal): -3984063 or 4273603. OLE color: 4273603.
HSL color Cylindrical-coordinate representation of color #C33541: hue angle of 354.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33541 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 65 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.24 |
| HSL | 354.93º | 0.57% | 0.49% | - |
| HSV(B) | 354.93º | 0.73% | 0.76% | - |
| XYZ | 24.73 | 14.53 | 6.5 | - |
| YUV | 96.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 65 | 0 | 0.73 | 0.67 | 0.24 | 354.93 | 0.57 | 0.49 |
| Hex | C3 | 35 | 41 | 0 | 49 | 43 | 18 | 163 | 39 | 31 |
| Octal | 303 | 65 | 101 | 0 | 111 | 103 | 30 | 543 | 71 | 61 |
| Binary | 11000011 | 110101 | 1000001 | 0 | 1001001 | 1000011 | 11000 | 101100011 | 111001 | 110001 |
Color Harmonies of #C33541
Complementary color
Monochromatic Colors of #C33541
Black with #C33541
Text Example
Text Example
White with #C33541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33541; }
p { color: rgb(195,53,65); }
H1.HeaderClassName
{
color: #C33541;
}
.AnyTagClassName
{
color: #C33541;
}
</style>
background-color css
<style>
a { background-color: #C33541; }
a { background-color: rgb(195,53,65); }
div.DivClassName
{
background-color: #C33541;
}
.BgClassName
{
background-color: #C33541;
}
</style>
border-color css
<style>
span { border-color: #C33541; }
span { border-color: rgb(195,53,65); }
td.TdClassName
{
border-color: #C33541;
}
.TagClassName
{
border-color: #C33541;
}
</style>