Shades of Brick Red #C7333F
Tints of Brick Red #C7333F
RGB
CMYK
RGB Variations
Color information
#C7333F (or 0xC7333F) is known color: Brick Red. HEX triplet: C7, 33 and 3F. RGB value is (199,51,63). Sum of RGB (Red+Green+Blue) = 199+51+63=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7333F is #38CCC0. Grayscale: #606060. Windows color (decimal): -3722433 or 4142023. OLE color: 4142023.
HSL color Cylindrical-coordinate representation of color #C7333F: hue angle of 355.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7333F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 63 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.22 |
| HSL | 355.14º | 0.59% | 0.49% | - |
| HSV(B) | 355.14º | 0.74% | 0.78% | - |
| XYZ | 25.63 | 14.87 | 6.22 | - |
| YUV | 96.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 63 | 0 | 0.74 | 0.68 | 0.22 | 355.14 | 0.59 | 0.49 |
| Hex | C7 | 33 | 3F | 0 | 4A | 44 | 16 | 163 | 3B | 31 |
| Octal | 307 | 63 | 77 | 0 | 112 | 104 | 26 | 543 | 73 | 61 |
| Binary | 11000111 | 110011 | 111111 | 0 | 1001010 | 1000100 | 10110 | 101100011 | 111011 | 110001 |
Color Harmonies of #C7333F
Complementary color
Monochromatic Colors of #C7333F
Black with #C7333F
Text Example
Text Example
White with #C7333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7333F; }
p { color: rgb(199,51,63); }
H1.HeaderClassName
{
color: #C7333F;
}
.AnyTagClassName
{
color: #C7333F;
}
</style>
background-color css
<style>
a { background-color: #C7333F; }
a { background-color: rgb(199,51,63); }
div.DivClassName
{
background-color: #C7333F;
}
.BgClassName
{
background-color: #C7333F;
}
</style>
border-color css
<style>
span { border-color: #C7333F; }
span { border-color: rgb(199,51,63); }
td.TdClassName
{
border-color: #C7333F;
}
.TagClassName
{
border-color: #C7333F;
}
</style>