Shades of Brick Red #C8404B
Tints of Brick Red #C8404B
RGB
CMYK
RGB Variations
Color information
#C8404B (or 0xC8404B) is known color: Brick Red. HEX triplet: C8, 40 and 4B. RGB value is (200,64,75). Sum of RGB (Red+Green+Blue) = 200+64+75=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8404B is #37BFB4. Grayscale: #6A6A6A. Windows color (decimal): -3653557 or 4931784. OLE color: 4931784.
HSL color Cylindrical-coordinate representation of color #C8404B: hue angle of 355.15º 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 #C8404B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 355.15º | 0.55% | 0.52% | - |
| HSV(B) | 355.15º | 0.68% | 0.78% | - |
| XYZ | 26.92 | 16.45 | 8.41 | - |
| YUV | 105.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 75 | 0 | 0.68 | 0.62 | 0.22 | 355.15 | 0.55 | 0.52 |
| Hex | C8 | 40 | 4B | 0 | 44 | 3E | 16 | 163 | 37 | 34 |
| Octal | 310 | 100 | 113 | 0 | 104 | 76 | 26 | 543 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1001011 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C8404B
Complementary color
Monochromatic Colors of #C8404B
Black with #C8404B
Text Example
Text Example
White with #C8404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8404B; }
p { color: rgb(200,64,75); }
H1.HeaderClassName
{
color: #C8404B;
}
.AnyTagClassName
{
color: #C8404B;
}
</style>
background-color css
<style>
a { background-color: #C8404B; }
a { background-color: rgb(200,64,75); }
div.DivClassName
{
background-color: #C8404B;
}
.BgClassName
{
background-color: #C8404B;
}
</style>
border-color css
<style>
span { border-color: #C8404B; }
span { border-color: rgb(200,64,75); }
td.TdClassName
{
border-color: #C8404B;
}
.TagClassName
{
border-color: #C8404B;
}
</style>