Shades of Persian Red #C92C27
Tints of Persian Red #C92C27
RGB
CMYK
RGB Variations
Color information
#C92C27 (or 0xC92C27) is known color: Persian Red. HEX triplet: C9, 2C and 27. RGB value is (201,44,39). Sum of RGB (Red+Green+Blue) = 201+44+39=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C27 is #36D3D8. Grayscale: #5A5A5A. Windows color (decimal): -3593177 or 2567369. OLE color: 2567369.
HSL color Cylindrical-coordinate representation of color #C92C27: hue angle of 1.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92C27 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 39 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.21 |
| HSL | 1.85º | 0.68% | 0.47% | - |
| HSV(B) | 1.85º | 0.81% | 0.79% | - |
| XYZ | 25.35 | 14.37 | 3.36 | - |
| YUV | 90.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 39 | 0 | 0.78 | 0.81 | 0.21 | 1.85 | 0.68 | 0.47 |
| Hex | C9 | 2C | 27 | 0 | 4E | 51 | 15 | 2 | 44 | 2F |
| Octal | 311 | 54 | 47 | 0 | 116 | 121 | 25 | 2 | 104 | 57 |
| Binary | 11001001 | 101100 | 100111 | 0 | 1001110 | 1010001 | 10101 | 10 | 1000100 | 101111 |
Color Harmonies of #C92C27
Complementary color
Monochromatic Colors of #C92C27
Black with #C92C27
Text Example
Text Example
White with #C92C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C27; }
p { color: rgb(201,44,39); }
H1.HeaderClassName
{
color: #C92C27;
}
.AnyTagClassName
{
color: #C92C27;
}
</style>
background-color css
<style>
a { background-color: #C92C27; }
a { background-color: rgb(201,44,39); }
div.DivClassName
{
background-color: #C92C27;
}
.BgClassName
{
background-color: #C92C27;
}
</style>
border-color css
<style>
span { border-color: #C92C27; }
span { border-color: rgb(201,44,39); }
td.TdClassName
{
border-color: #C92C27;
}
.TagClassName
{
border-color: #C92C27;
}
</style>