Shades of Brick Red #C73F4B
Tints of Brick Red #C73F4B
RGB
CMYK
RGB Variations
Color information
#C73F4B (or 0xC73F4B) is known color: Brick Red. HEX triplet: C7, 3F and 4B. RGB value is (199,63,75). Sum of RGB (Red+Green+Blue) = 199+63+75=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F4B is #38C0B4. Grayscale: #696969. Windows color (decimal): -3719349 or 4931527. OLE color: 4931527.
HSL color Cylindrical-coordinate representation of color #C73F4B: hue angle of 354.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F4B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 354.71º | 0.55% | 0.51% | - |
| HSV(B) | 354.71º | 0.68% | 0.78% | - |
| XYZ | 26.6 | 16.21 | 8.38 | - |
| YUV | 105.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 75 | 0 | 0.68 | 0.62 | 0.22 | 354.71 | 0.55 | 0.51 |
| Hex | C7 | 3F | 4B | 0 | 44 | 3E | 16 | 163 | 37 | 33 |
| Octal | 307 | 77 | 113 | 0 | 104 | 76 | 26 | 543 | 67 | 63 |
| Binary | 11000111 | 111111 | 1001011 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110111 | 110011 |
Color Harmonies of #C73F4B
Complementary color
Monochromatic Colors of #C73F4B
Black with #C73F4B
Text Example
Text Example
White with #C73F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F4B; }
p { color: rgb(199,63,75); }
H1.HeaderClassName
{
color: #C73F4B;
}
.AnyTagClassName
{
color: #C73F4B;
}
</style>
background-color css
<style>
a { background-color: #C73F4B; }
a { background-color: rgb(199,63,75); }
div.DivClassName
{
background-color: #C73F4B;
}
.BgClassName
{
background-color: #C73F4B;
}
</style>
border-color css
<style>
span { border-color: #C73F4B; }
span { border-color: rgb(199,63,75); }
td.TdClassName
{
border-color: #C73F4B;
}
.TagClassName
{
border-color: #C73F4B;
}
</style>