Shades of Brick Red #C33A41
Tints of Brick Red #C33A41
RGB
CMYK
RGB Variations
Color information
#C33A41 (or 0xC33A41) is known color: Brick Red. HEX triplet: C3, 3A and 41. RGB value is (195,58,65). Sum of RGB (Red+Green+Blue) = 195+58+65=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A41 is #3CC5BE. Grayscale: #636363. Windows color (decimal): -3982783 or 4274883. OLE color: 4274883.
HSL color Cylindrical-coordinate representation of color #C33A41: hue angle of 356.93º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A41 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 65 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.24 |
| HSL | 356.93º | 0.54% | 0.5% | - |
| HSV(B) | 356.93º | 0.7% | 0.76% | - |
| XYZ | 24.97 | 15.01 | 6.58 | - |
| YUV | 99.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 65 | 0 | 0.70 | 0.67 | 0.24 | 356.93 | 0.54 | 0.5 |
| Hex | C3 | 3A | 41 | 0 | 46 | 43 | 18 | 165 | 36 | 32 |
| Octal | 303 | 72 | 101 | 0 | 106 | 103 | 30 | 545 | 66 | 62 |
| Binary | 11000011 | 111010 | 1000001 | 0 | 1000110 | 1000011 | 11000 | 101100101 | 110110 | 110010 |
Color Harmonies of #C33A41
Complementary color
Monochromatic Colors of #C33A41
Black with #C33A41
Text Example
Text Example
White with #C33A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A41; }
p { color: rgb(195,58,65); }
H1.HeaderClassName
{
color: #C33A41;
}
.AnyTagClassName
{
color: #C33A41;
}
</style>
background-color css
<style>
a { background-color: #C33A41; }
a { background-color: rgb(195,58,65); }
div.DivClassName
{
background-color: #C33A41;
}
.BgClassName
{
background-color: #C33A41;
}
</style>
border-color css
<style>
span { border-color: #C33A41; }
span { border-color: rgb(195,58,65); }
td.TdClassName
{
border-color: #C33A41;
}
.TagClassName
{
border-color: #C33A41;
}
</style>