Shades of Brick Red #C33242
Tints of Brick Red #C33242
RGB
CMYK
RGB Variations
Color information
#C33242 (or 0xC33242) is known color: Brick Red. HEX triplet: C3, 32 and 42. RGB value is (195,50,66). Sum of RGB (Red+Green+Blue) = 195+50+66=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33242 is #3CCDBD. Grayscale: #5F5F5F. Windows color (decimal): -3984830 or 4338371. OLE color: 4338371.
HSL color Cylindrical-coordinate representation of color #C33242: hue angle of 353.38º 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 #C33242 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 66 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.24 |
| HSL | 353.38º | 0.59% | 0.48% | - |
| HSV(B) | 353.38º | 0.74% | 0.76% | - |
| XYZ | 24.63 | 14.28 | 6.61 | - |
| YUV | 95.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 66 | 0 | 0.74 | 0.66 | 0.24 | 353.38 | 0.59 | 0.48 |
| Hex | C3 | 32 | 42 | 0 | 4A | 42 | 18 | 161 | 3B | 30 |
| Octal | 303 | 62 | 102 | 0 | 112 | 102 | 30 | 541 | 73 | 60 |
| Binary | 11000011 | 110010 | 1000010 | 0 | 1001010 | 1000010 | 11000 | 101100001 | 111011 | 110000 |
Color Harmonies of #C33242
Complementary color
Monochromatic Colors of #C33242
Black with #C33242
Text Example
Text Example
White with #C33242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33242; }
p { color: rgb(195,50,66); }
H1.HeaderClassName
{
color: #C33242;
}
.AnyTagClassName
{
color: #C33242;
}
</style>
background-color css
<style>
a { background-color: #C33242; }
a { background-color: rgb(195,50,66); }
div.DivClassName
{
background-color: #C33242;
}
.BgClassName
{
background-color: #C33242;
}
</style>
border-color css
<style>
span { border-color: #C33242; }
span { border-color: rgb(195,50,66); }
td.TdClassName
{
border-color: #C33242;
}
.TagClassName
{
border-color: #C33242;
}
</style>