Shades of Brick Red #C33344
Tints of Brick Red #C33344
RGB
CMYK
RGB Variations
Color information
#C33344 (or 0xC33344) is known color: Brick Red. HEX triplet: C3, 33 and 44. RGB value is (195,51,68). Sum of RGB (Red+Green+Blue) = 195+51+68=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33344 is #3CCCBB. Grayscale: #606060. Windows color (decimal): -3984572 or 4469699. OLE color: 4469699.
HSL color Cylindrical-coordinate representation of color #C33344: hue angle of 352.92º 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 #C33344 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 68 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.24 |
| HSL | 352.92º | 0.59% | 0.48% | - |
| HSV(B) | 352.92º | 0.74% | 0.76% | - |
| XYZ | 24.73 | 14.39 | 6.94 | - |
| YUV | 95.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 68 | 0 | 0.74 | 0.65 | 0.24 | 352.92 | 0.59 | 0.48 |
| Hex | C3 | 33 | 44 | 0 | 4A | 41 | 18 | 161 | 3B | 30 |
| Octal | 303 | 63 | 104 | 0 | 112 | 101 | 30 | 541 | 73 | 60 |
| Binary | 11000011 | 110011 | 1000100 | 0 | 1001010 | 1000001 | 11000 | 101100001 | 111011 | 110000 |
Color Harmonies of #C33344
Complementary color
Monochromatic Colors of #C33344
Black with #C33344
Text Example
Text Example
White with #C33344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33344; }
p { color: rgb(195,51,68); }
H1.HeaderClassName
{
color: #C33344;
}
.AnyTagClassName
{
color: #C33344;
}
</style>
background-color css
<style>
a { background-color: #C33344; }
a { background-color: rgb(195,51,68); }
div.DivClassName
{
background-color: #C33344;
}
.BgClassName
{
background-color: #C33344;
}
</style>
border-color css
<style>
span { border-color: #C33344; }
span { border-color: rgb(195,51,68); }
td.TdClassName
{
border-color: #C33344;
}
.TagClassName
{
border-color: #C33344;
}
</style>