Shades of Persian Red #C92C25
Tints of Persian Red #C92C25
RGB
CMYK
RGB Variations
Color information
#C92C25 (or 0xC92C25) is known color: Persian Red. HEX triplet: C9, 2C and 25. RGB value is (201,44,37). Sum of RGB (Red+Green+Blue) = 201+44+37=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C25 is #36D3DA. Grayscale: #5A5A5A. Windows color (decimal): -3593179 or 2436297. OLE color: 2436297.
HSL color Cylindrical-coordinate representation of color #C92C25: hue angle of 2.56º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92C25 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 37 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.21 |
| HSL | 2.56º | 0.69% | 0.47% | - |
| HSV(B) | 2.56º | 0.82% | 0.79% | - |
| XYZ | 25.32 | 14.35 | 3.19 | - |
| YUV | 90.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 37 | 0 | 0.78 | 0.82 | 0.21 | 2.56 | 0.69 | 0.47 |
| Hex | C9 | 2C | 25 | 0 | 4E | 52 | 15 | 3 | 45 | 2F |
| Octal | 311 | 54 | 45 | 0 | 116 | 122 | 25 | 3 | 105 | 57 |
| Binary | 11001001 | 101100 | 100101 | 0 | 1001110 | 1010010 | 10101 | 11 | 1000101 | 101111 |
Color Harmonies of #C92C25
Complementary color
Monochromatic Colors of #C92C25
Black with #C92C25
Text Example
Text Example
White with #C92C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C25; }
p { color: rgb(201,44,37); }
H1.HeaderClassName
{
color: #C92C25;
}
.AnyTagClassName
{
color: #C92C25;
}
</style>
background-color css
<style>
a { background-color: #C92C25; }
a { background-color: rgb(201,44,37); }
div.DivClassName
{
background-color: #C92C25;
}
.BgClassName
{
background-color: #C92C25;
}
</style>
border-color css
<style>
span { border-color: #C92C25; }
span { border-color: rgb(201,44,37); }
td.TdClassName
{
border-color: #C92C25;
}
.TagClassName
{
border-color: #C92C25;
}
</style>