Shades of Brick Red #C92942
Tints of Brick Red #C92942
RGB
CMYK
RGB Variations
Color information
#C92942 (or 0xC92942) is known color: Brick Red. HEX triplet: C9, 29 and 42. RGB value is (201,41,66). Sum of RGB (Red+Green+Blue) = 201+41+66=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C92942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92942 is #36D6BD. Grayscale: #5B5B5B. Windows color (decimal): -3593918 or 4336073. OLE color: 4336073.
HSL color Cylindrical-coordinate representation of color #C92942: hue angle of 350.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92942 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 66 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.21 |
| HSL | 350.63º | 0.66% | 0.47% | - |
| HSV(B) | 350.63º | 0.8% | 0.79% | - |
| XYZ | 25.86 | 14.4 | 6.57 | - |
| YUV | 91.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 66 | 0 | 0.80 | 0.67 | 0.21 | 350.63 | 0.66 | 0.47 |
| Hex | C9 | 29 | 42 | 0 | 50 | 43 | 15 | 15F | 42 | 2F |
| Octal | 311 | 51 | 102 | 0 | 120 | 103 | 25 | 537 | 102 | 57 |
| Binary | 11001001 | 101001 | 1000010 | 0 | 1010000 | 1000011 | 10101 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C92942
Complementary color
Monochromatic Colors of #C92942
Black with #C92942
Text Example
Text Example
White with #C92942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92942; }
p { color: rgb(201,41,66); }
H1.HeaderClassName
{
color: #C92942;
}
.AnyTagClassName
{
color: #C92942;
}
</style>
background-color css
<style>
a { background-color: #C92942; }
a { background-color: rgb(201,41,66); }
div.DivClassName
{
background-color: #C92942;
}
.BgClassName
{
background-color: #C92942;
}
</style>
border-color css
<style>
span { border-color: #C92942; }
span { border-color: rgb(201,41,66); }
td.TdClassName
{
border-color: #C92942;
}
.TagClassName
{
border-color: #C92942;
}
</style>