Shades of Brick Red #C33341
Tints of Brick Red #C33341
RGB
CMYK
RGB Variations
Color information
#C33341 (or 0xC33341) is known color: Brick Red. HEX triplet: C3, 33 and 41. RGB value is (195,51,65). Sum of RGB (Red+Green+Blue) = 195+51+65=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33341 is #3CCCBE. Grayscale: #5F5F5F. Windows color (decimal): -3984575 or 4273091. OLE color: 4273091.
HSL color Cylindrical-coordinate representation of color #C33341: hue angle of 354.17º 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 #C33341 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 65 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.24 |
| HSL | 354.17º | 0.59% | 0.48% | - |
| HSV(B) | 354.17º | 0.74% | 0.76% | - |
| XYZ | 24.64 | 14.35 | 6.47 | - |
| YUV | 95.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 65 | 0 | 0.74 | 0.67 | 0.24 | 354.17 | 0.59 | 0.48 |
| Hex | C3 | 33 | 41 | 0 | 4A | 43 | 18 | 162 | 3B | 30 |
| Octal | 303 | 63 | 101 | 0 | 112 | 103 | 30 | 542 | 73 | 60 |
| Binary | 11000011 | 110011 | 1000001 | 0 | 1001010 | 1000011 | 11000 | 101100010 | 111011 | 110000 |
Color Harmonies of #C33341
Complementary color
Monochromatic Colors of #C33341
Black with #C33341
Text Example
Text Example
White with #C33341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33341; }
p { color: rgb(195,51,65); }
H1.HeaderClassName
{
color: #C33341;
}
.AnyTagClassName
{
color: #C33341;
}
</style>
background-color css
<style>
a { background-color: #C33341; }
a { background-color: rgb(195,51,65); }
div.DivClassName
{
background-color: #C33341;
}
.BgClassName
{
background-color: #C33341;
}
</style>
border-color css
<style>
span { border-color: #C33341; }
span { border-color: rgb(195,51,65); }
td.TdClassName
{
border-color: #C33341;
}
.TagClassName
{
border-color: #C33341;
}
</style>