Shades of Brick Red #C8414A
Tints of Brick Red #C8414A
RGB
CMYK
RGB Variations
Color information
#C8414A (or 0xC8414A) is known color: Brick Red. HEX triplet: C8, 41 and 4A. RGB value is (200,65,74). Sum of RGB (Red+Green+Blue) = 200+65+74=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8414A is #37BEB5. Grayscale: #6A6A6A. Windows color (decimal): -3653302 or 4866504. OLE color: 4866504.
HSL color Cylindrical-coordinate representation of color #C8414A: hue angle of 356º 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 #C8414A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 74 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.22 |
| HSL | 356º | 0.55% | 0.52% | - |
| HSV(B) | 356º | 0.68% | 0.78% | - |
| XYZ | 26.95 | 16.55 | 8.25 | - |
| YUV | 106.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 74 | 0 | 0.68 | 0.63 | 0.22 | 356 | 0.55 | 0.52 |
| Hex | C8 | 41 | 4A | 0 | 44 | 3F | 16 | 164 | 37 | 34 |
| Octal | 310 | 101 | 112 | 0 | 104 | 77 | 26 | 544 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1001010 | 0 | 1000100 | 111111 | 10110 | 101100100 | 110111 | 110100 |
Color Harmonies of #C8414A
Complementary color
Monochromatic Colors of #C8414A
Black with #C8414A
Text Example
Text Example
White with #C8414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8414A; }
p { color: rgb(200,65,74); }
H1.HeaderClassName
{
color: #C8414A;
}
.AnyTagClassName
{
color: #C8414A;
}
</style>
background-color css
<style>
a { background-color: #C8414A; }
a { background-color: rgb(200,65,74); }
div.DivClassName
{
background-color: #C8414A;
}
.BgClassName
{
background-color: #C8414A;
}
</style>
border-color css
<style>
span { border-color: #C8414A; }
span { border-color: rgb(200,65,74); }
td.TdClassName
{
border-color: #C8414A;
}
.TagClassName
{
border-color: #C8414A;
}
</style>