Shades of Brick Red #C92F3D
Tints of Brick Red #C92F3D
RGB
CMYK
RGB Variations
Color information
#C92F3D (or 0xC92F3D) is known color: Brick Red. HEX triplet: C9, 2F and 3D. RGB value is (201,47,61). Sum of RGB (Red+Green+Blue) = 201+47+61=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F3D is #36D0C2. Grayscale: #5E5E5E. Windows color (decimal): -3592387 or 4009929. OLE color: 4009929.
HSL color Cylindrical-coordinate representation of color #C92F3D: hue angle of 354.55º 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 #C92F3D is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 61 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.21 |
| HSL | 354.55º | 0.62% | 0.49% | - |
| HSV(B) | 354.55º | 0.77% | 0.79% | - |
| XYZ | 25.95 | 14.79 | 5.9 | - |
| YUV | 94.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 61 | 0 | 0.77 | 0.70 | 0.21 | 354.55 | 0.62 | 0.49 |
| Hex | C9 | 2F | 3D | 0 | 4D | 46 | 15 | 163 | 3E | 31 |
| Octal | 311 | 57 | 75 | 0 | 115 | 106 | 25 | 543 | 76 | 61 |
| Binary | 11001001 | 101111 | 111101 | 0 | 1001101 | 1000110 | 10101 | 101100011 | 111110 | 110001 |
Color Harmonies of #C92F3D
Complementary color
Monochromatic Colors of #C92F3D
Black with #C92F3D
Text Example
Text Example
White with #C92F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F3D; }
p { color: rgb(201,47,61); }
H1.HeaderClassName
{
color: #C92F3D;
}
.AnyTagClassName
{
color: #C92F3D;
}
</style>
background-color css
<style>
a { background-color: #C92F3D; }
a { background-color: rgb(201,47,61); }
div.DivClassName
{
background-color: #C92F3D;
}
.BgClassName
{
background-color: #C92F3D;
}
</style>
border-color css
<style>
span { border-color: #C92F3D; }
span { border-color: rgb(201,47,61); }
td.TdClassName
{
border-color: #C92F3D;
}
.TagClassName
{
border-color: #C92F3D;
}
</style>