Shades of Brick Red #C9404C
Tints of Brick Red #C9404C
RGB
CMYK
RGB Variations
Color information
#C9404C (or 0xC9404C) is known color: Brick Red. HEX triplet: C9, 40 and 4C. RGB value is (201,64,76). Sum of RGB (Red+Green+Blue) = 201+64+76=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9404C is #36BFB3. Grayscale: #6A6A6A. Windows color (decimal): -3588020 or 4997321. OLE color: 4997321.
HSL color Cylindrical-coordinate representation of color #C9404C: hue angle of 354.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9404C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 76 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.21 |
| HSL | 354.74º | 0.56% | 0.52% | - |
| HSV(B) | 354.74º | 0.68% | 0.79% | - |
| XYZ | 27.23 | 16.61 | 8.61 | - |
| YUV | 106.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 76 | 0 | 0.68 | 0.62 | 0.21 | 354.74 | 0.56 | 0.52 |
| Hex | C9 | 40 | 4C | 0 | 44 | 3E | 15 | 163 | 38 | 34 |
| Octal | 311 | 100 | 114 | 0 | 104 | 76 | 25 | 543 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1001100 | 0 | 1000100 | 111110 | 10101 | 101100011 | 111000 | 110100 |
Color Harmonies of #C9404C
Complementary color
Monochromatic Colors of #C9404C
Black with #C9404C
Text Example
Text Example
White with #C9404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9404C; }
p { color: rgb(201,64,76); }
H1.HeaderClassName
{
color: #C9404C;
}
.AnyTagClassName
{
color: #C9404C;
}
</style>
background-color css
<style>
a { background-color: #C9404C; }
a { background-color: rgb(201,64,76); }
div.DivClassName
{
background-color: #C9404C;
}
.BgClassName
{
background-color: #C9404C;
}
</style>
border-color css
<style>
span { border-color: #C9404C; }
span { border-color: rgb(201,64,76); }
td.TdClassName
{
border-color: #C9404C;
}
.TagClassName
{
border-color: #C9404C;
}
</style>