Shades of Brick Red #C33944
Tints of Brick Red #C33944
RGB
CMYK
RGB Variations
Color information
#C33944 (or 0xC33944) is known color: Brick Red. HEX triplet: C3, 39 and 44. RGB value is (195,57,68). Sum of RGB (Red+Green+Blue) = 195+57+68=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33944 is #3CC6BB. Grayscale: #636363. Windows color (decimal): -3983036 or 4471235. OLE color: 4471235.
HSL color Cylindrical-coordinate representation of color #C33944: hue angle of 355.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33944 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 68 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.24 |
| HSL | 355.22º | 0.55% | 0.49% | - |
| HSV(B) | 355.22º | 0.71% | 0.76% | - |
| XYZ | 25.01 | 14.95 | 7.04 | - |
| YUV | 99.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 68 | 0 | 0.71 | 0.65 | 0.24 | 355.22 | 0.55 | 0.49 |
| Hex | C3 | 39 | 44 | 0 | 47 | 41 | 18 | 163 | 37 | 31 |
| Octal | 303 | 71 | 104 | 0 | 107 | 101 | 30 | 543 | 67 | 61 |
| Binary | 11000011 | 111001 | 1000100 | 0 | 1000111 | 1000001 | 11000 | 101100011 | 110111 | 110001 |
Color Harmonies of #C33944
Complementary color
Monochromatic Colors of #C33944
Black with #C33944
Text Example
Text Example
White with #C33944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33944; }
p { color: rgb(195,57,68); }
H1.HeaderClassName
{
color: #C33944;
}
.AnyTagClassName
{
color: #C33944;
}
</style>
background-color css
<style>
a { background-color: #C33944; }
a { background-color: rgb(195,57,68); }
div.DivClassName
{
background-color: #C33944;
}
.BgClassName
{
background-color: #C33944;
}
</style>
border-color css
<style>
span { border-color: #C33944; }
span { border-color: rgb(195,57,68); }
td.TdClassName
{
border-color: #C33944;
}
.TagClassName
{
border-color: #C33944;
}
</style>