Shades of Brick Red #C92F3C
Tints of Brick Red #C92F3C
RGB
CMYK
RGB Variations
Color information
#C92F3C (or 0xC92F3C) is known color: Brick Red. HEX triplet: C9, 2F and 3C. RGB value is (201,47,60). Sum of RGB (Red+Green+Blue) = 201+47+60=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F3C is #36D0C3. Grayscale: #5E5E5E. Windows color (decimal): -3592388 or 3944393. OLE color: 3944393.
HSL color Cylindrical-coordinate representation of color #C92F3C: hue angle of 354.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 60 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.21 |
| HSL | 354.94º | 0.62% | 0.49% | - |
| HSV(B) | 354.94º | 0.77% | 0.79% | - |
| XYZ | 25.92 | 14.78 | 5.76 | - |
| YUV | 94.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 60 | 0 | 0.77 | 0.70 | 0.21 | 354.94 | 0.62 | 0.49 |
| Hex | C9 | 2F | 3C | 0 | 4D | 46 | 15 | 163 | 3E | 31 |
| Octal | 311 | 57 | 74 | 0 | 115 | 106 | 25 | 543 | 76 | 61 |
| Binary | 11001001 | 101111 | 111100 | 0 | 1001101 | 1000110 | 10101 | 101100011 | 111110 | 110001 |
Color Harmonies of #C92F3C
Complementary color
Monochromatic Colors of #C92F3C
Black with #C92F3C
Text Example
Text Example
White with #C92F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F3C; }
p { color: rgb(201,47,60); }
H1.HeaderClassName
{
color: #C92F3C;
}
.AnyTagClassName
{
color: #C92F3C;
}
</style>
background-color css
<style>
a { background-color: #C92F3C; }
a { background-color: rgb(201,47,60); }
div.DivClassName
{
background-color: #C92F3C;
}
.BgClassName
{
background-color: #C92F3C;
}
</style>
border-color css
<style>
span { border-color: #C92F3C; }
span { border-color: rgb(201,47,60); }
td.TdClassName
{
border-color: #C92F3C;
}
.TagClassName
{
border-color: #C92F3C;
}
</style>