Shades of Brick Red #C33245
Tints of Brick Red #C33245
RGB
CMYK
RGB Variations
Color information
#C33245 (or 0xC33245) is known color: Brick Red. HEX triplet: C3, 32 and 45. RGB value is (195,50,69). Sum of RGB (Red+Green+Blue) = 195+50+69=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33245 is #3CCDBA. Grayscale: #5F5F5F. Windows color (decimal): -3984827 or 4534979. OLE color: 4534979.
HSL color Cylindrical-coordinate representation of color #C33245: hue angle of 352.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33245 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 69 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.24 |
| HSL | 352.14º | 0.59% | 0.48% | - |
| HSV(B) | 352.14º | 0.74% | 0.76% | - |
| XYZ | 24.72 | 14.31 | 7.09 | - |
| YUV | 95.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 69 | 0 | 0.74 | 0.65 | 0.24 | 352.14 | 0.59 | 0.48 |
| Hex | C3 | 32 | 45 | 0 | 4A | 41 | 18 | 160 | 3B | 30 |
| Octal | 303 | 62 | 105 | 0 | 112 | 101 | 30 | 540 | 73 | 60 |
| Binary | 11000011 | 110010 | 1000101 | 0 | 1001010 | 1000001 | 11000 | 101100000 | 111011 | 110000 |
Color Harmonies of #C33245
Complementary color
Monochromatic Colors of #C33245
Black with #C33245
Text Example
Text Example
White with #C33245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33245; }
p { color: rgb(195,50,69); }
H1.HeaderClassName
{
color: #C33245;
}
.AnyTagClassName
{
color: #C33245;
}
</style>
background-color css
<style>
a { background-color: #C33245; }
a { background-color: rgb(195,50,69); }
div.DivClassName
{
background-color: #C33245;
}
.BgClassName
{
background-color: #C33245;
}
</style>
border-color css
<style>
span { border-color: #C33245; }
span { border-color: rgb(195,50,69); }
td.TdClassName
{
border-color: #C33245;
}
.TagClassName
{
border-color: #C33245;
}
</style>