Shades of Persian Red #C92F25
Tints of Persian Red #C92F25
RGB
CMYK
RGB Variations
Color information
#C92F25 (or 0xC92F25) is known color: Persian Red. HEX triplet: C9, 2F and 25. RGB value is (201,47,37). Sum of RGB (Red+Green+Blue) = 201+47+37=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F25 is #36D0DA. Grayscale: #5C5C5C. Windows color (decimal): -3592411 or 2437065. OLE color: 2437065.
HSL color Cylindrical-coordinate representation of color #C92F25: hue angle of 3.66º 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 #C92F25 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 37 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.21 |
| HSL | 3.66º | 0.69% | 0.47% | - |
| HSV(B) | 3.66º | 0.82% | 0.79% | - |
| XYZ | 25.44 | 14.58 | 3.22 | - |
| YUV | 91.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 37 | 0 | 0.77 | 0.82 | 0.21 | 3.66 | 0.69 | 0.47 |
| Hex | C9 | 2F | 25 | 0 | 4D | 52 | 15 | 4 | 45 | 2F |
| Octal | 311 | 57 | 45 | 0 | 115 | 122 | 25 | 4 | 105 | 57 |
| Binary | 11001001 | 101111 | 100101 | 0 | 1001101 | 1010010 | 10101 | 100 | 1000101 | 101111 |
Color Harmonies of #C92F25
Complementary color
Monochromatic Colors of #C92F25
Black with #C92F25
Text Example
Text Example
White with #C92F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F25; }
p { color: rgb(201,47,37); }
H1.HeaderClassName
{
color: #C92F25;
}
.AnyTagClassName
{
color: #C92F25;
}
</style>
background-color css
<style>
a { background-color: #C92F25; }
a { background-color: rgb(201,47,37); }
div.DivClassName
{
background-color: #C92F25;
}
.BgClassName
{
background-color: #C92F25;
}
</style>
border-color css
<style>
span { border-color: #C92F25; }
span { border-color: rgb(201,47,37); }
td.TdClassName
{
border-color: #C92F25;
}
.TagClassName
{
border-color: #C92F25;
}
</style>