Shades of Brick Red #C92D44
Tints of Brick Red #C92D44
RGB
CMYK
RGB Variations
Color information
#C92D44 (or 0xC92D44) is known color: Brick Red. HEX triplet: C9, 2D and 44. RGB value is (201,45,68). Sum of RGB (Red+Green+Blue) = 201+45+68=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92D44 is #36D2BB. Grayscale: #5E5E5E. Windows color (decimal): -3592892 or 4468169. OLE color: 4468169.
HSL color Cylindrical-coordinate representation of color #C92D44: hue angle of 351.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92D44 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 68 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.21 |
| HSL | 351.15º | 0.63% | 0.48% | - |
| HSV(B) | 351.15º | 0.78% | 0.79% | - |
| XYZ | 26.07 | 14.71 | 6.93 | - |
| YUV | 94.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 68 | 0 | 0.78 | 0.66 | 0.21 | 351.15 | 0.63 | 0.48 |
| Hex | C9 | 2D | 44 | 0 | 4E | 42 | 15 | 15F | 3F | 30 |
| Octal | 311 | 55 | 104 | 0 | 116 | 102 | 25 | 537 | 77 | 60 |
| Binary | 11001001 | 101101 | 1000100 | 0 | 1001110 | 1000010 | 10101 | 101011111 | 111111 | 110000 |
Color Harmonies of #C92D44
Complementary color
Monochromatic Colors of #C92D44
Black with #C92D44
Text Example
Text Example
White with #C92D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D44; }
p { color: rgb(201,45,68); }
H1.HeaderClassName
{
color: #C92D44;
}
.AnyTagClassName
{
color: #C92D44;
}
</style>
background-color css
<style>
a { background-color: #C92D44; }
a { background-color: rgb(201,45,68); }
div.DivClassName
{
background-color: #C92D44;
}
.BgClassName
{
background-color: #C92D44;
}
</style>
border-color css
<style>
span { border-color: #C92D44; }
span { border-color: rgb(201,45,68); }
td.TdClassName
{
border-color: #C92D44;
}
.TagClassName
{
border-color: #C92D44;
}
</style>