Shades of Persian Red #C92A25
Tints of Persian Red #C92A25
RGB
CMYK
RGB Variations
Color information
#C92A25 (or 0xC92A25) is known color: Persian Red. HEX triplet: C9, 2A and 25. RGB value is (201,42,37). Sum of RGB (Red+Green+Blue) = 201+42+37=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92A25 is #36D5DA. Grayscale: #595959. Windows color (decimal): -3593691 or 2435785. OLE color: 2435785.
HSL color Cylindrical-coordinate representation of color #C92A25: hue angle of 1.83º 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 #C92A25 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 37 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.21 |
| HSL | 1.83º | 0.69% | 0.47% | - |
| HSV(B) | 1.83º | 0.82% | 0.79% | - |
| XYZ | 25.25 | 14.21 | 3.16 | - |
| YUV | 88.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 37 | 0 | 0.79 | 0.82 | 0.21 | 1.83 | 0.69 | 0.47 |
| Hex | C9 | 2A | 25 | 0 | 4F | 52 | 15 | 2 | 45 | 2F |
| Octal | 311 | 52 | 45 | 0 | 117 | 122 | 25 | 2 | 105 | 57 |
| Binary | 11001001 | 101010 | 100101 | 0 | 1001111 | 1010010 | 10101 | 10 | 1000101 | 101111 |
Color Harmonies of #C92A25
Complementary color
Monochromatic Colors of #C92A25
Black with #C92A25
Text Example
Text Example
White with #C92A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A25; }
p { color: rgb(201,42,37); }
H1.HeaderClassName
{
color: #C92A25;
}
.AnyTagClassName
{
color: #C92A25;
}
</style>
background-color css
<style>
a { background-color: #C92A25; }
a { background-color: rgb(201,42,37); }
div.DivClassName
{
background-color: #C92A25;
}
.BgClassName
{
background-color: #C92A25;
}
</style>
border-color css
<style>
span { border-color: #C92A25; }
span { border-color: rgb(201,42,37); }
td.TdClassName
{
border-color: #C92A25;
}
.TagClassName
{
border-color: #C92A25;
}
</style>