Shades of Brick Red #C33143
Tints of Brick Red #C33143
RGB
CMYK
RGB Variations
Color information
#C33143 (or 0xC33143) is known color: Brick Red. HEX triplet: C3, 31 and 43. RGB value is (195,49,67). Sum of RGB (Red+Green+Blue) = 195+49+67=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33143 is #3CCEBC. Grayscale: #5E5E5E. Windows color (decimal): -3985085 or 4403651. OLE color: 4403651.
HSL color Cylindrical-coordinate representation of color #C33143: hue angle of 352.6º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33143 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 67 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.24 |
| HSL | 352.6º | 0.6% | 0.48% | - |
| HSV(B) | 352.6º | 0.75% | 0.76% | - |
| XYZ | 24.62 | 14.2 | 6.75 | - |
| YUV | 94.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 67 | 0 | 0.75 | 0.66 | 0.24 | 352.6 | 0.6 | 0.48 |
| Hex | C3 | 31 | 43 | 0 | 4B | 42 | 18 | 161 | 3C | 30 |
| Octal | 303 | 61 | 103 | 0 | 113 | 102 | 30 | 541 | 74 | 60 |
| Binary | 11000011 | 110001 | 1000011 | 0 | 1001011 | 1000010 | 11000 | 101100001 | 111100 | 110000 |
Color Harmonies of #C33143
Complementary color
Monochromatic Colors of #C33143
Black with #C33143
Text Example
Text Example
White with #C33143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33143; }
p { color: rgb(195,49,67); }
H1.HeaderClassName
{
color: #C33143;
}
.AnyTagClassName
{
color: #C33143;
}
</style>
background-color css
<style>
a { background-color: #C33143; }
a { background-color: rgb(195,49,67); }
div.DivClassName
{
background-color: #C33143;
}
.BgClassName
{
background-color: #C33143;
}
</style>
border-color css
<style>
span { border-color: #C33143; }
span { border-color: rgb(195,49,67); }
td.TdClassName
{
border-color: #C33143;
}
.TagClassName
{
border-color: #C33143;
}
</style>