Shades of Brick Red #C7404B
Tints of Brick Red #C7404B
RGB
CMYK
RGB Variations
Color information
#C7404B (or 0xC7404B) is known color: Brick Red. HEX triplet: C7, 40 and 4B. RGB value is (199,64,75). Sum of RGB (Red+Green+Blue) = 199+64+75=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7404B is #38BFB4. Grayscale: #696969. Windows color (decimal): -3719093 or 4931783. OLE color: 4931783.
HSL color Cylindrical-coordinate representation of color #C7404B: hue angle of 355.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7404B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 355.11º | 0.55% | 0.52% | - |
| HSV(B) | 355.11º | 0.68% | 0.78% | - |
| XYZ | 26.66 | 16.32 | 8.4 | - |
| YUV | 105.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 75 | 0 | 0.68 | 0.62 | 0.22 | 355.11 | 0.55 | 0.52 |
| Hex | C7 | 40 | 4B | 0 | 44 | 3E | 16 | 163 | 37 | 34 |
| Octal | 307 | 100 | 113 | 0 | 104 | 76 | 26 | 543 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1001011 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C7404B
Complementary color
Monochromatic Colors of #C7404B
Black with #C7404B
Text Example
Text Example
White with #C7404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7404B; }
p { color: rgb(199,64,75); }
H1.HeaderClassName
{
color: #C7404B;
}
.AnyTagClassName
{
color: #C7404B;
}
</style>
background-color css
<style>
a { background-color: #C7404B; }
a { background-color: rgb(199,64,75); }
div.DivClassName
{
background-color: #C7404B;
}
.BgClassName
{
background-color: #C7404B;
}
</style>
border-color css
<style>
span { border-color: #C7404B; }
span { border-color: rgb(199,64,75); }
td.TdClassName
{
border-color: #C7404B;
}
.TagClassName
{
border-color: #C7404B;
}
</style>