Shades of Persian Red #C92923
Tints of Persian Red #C92923
RGB
CMYK
RGB Variations
Color information
#C92923 (or 0xC92923) is known color: Persian Red. HEX triplet: C9, 29 and 23. RGB value is (201,41,35). Sum of RGB (Red+Green+Blue) = 201+41+35=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92923 is #36D6DC. Grayscale: #585858. Windows color (decimal): -3593949 or 2304457. OLE color: 2304457.
HSL color Cylindrical-coordinate representation of color #C92923: hue angle of 2.17º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92923 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 35 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.21 |
| HSL | 2.17º | 0.7% | 0.46% | - |
| HSV(B) | 2.17º | 0.83% | 0.79% | - |
| XYZ | 25.18 | 14.12 | 2.99 | - |
| YUV | 88.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 35 | 0 | 0.80 | 0.83 | 0.21 | 2.17 | 0.7 | 0.46 |
| Hex | C9 | 29 | 23 | 0 | 50 | 53 | 15 | 2 | 46 | 2E |
| Octal | 311 | 51 | 43 | 0 | 120 | 123 | 25 | 2 | 106 | 56 |
| Binary | 11001001 | 101001 | 100011 | 0 | 1010000 | 1010011 | 10101 | 10 | 1000110 | 101110 |
Color Harmonies of #C92923
Complementary color
Monochromatic Colors of #C92923
Black with #C92923
Text Example
Text Example
White with #C92923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92923; }
p { color: rgb(201,41,35); }
H1.HeaderClassName
{
color: #C92923;
}
.AnyTagClassName
{
color: #C92923;
}
</style>
background-color css
<style>
a { background-color: #C92923; }
a { background-color: rgb(201,41,35); }
div.DivClassName
{
background-color: #C92923;
}
.BgClassName
{
background-color: #C92923;
}
</style>
border-color css
<style>
span { border-color: #C92923; }
span { border-color: rgb(201,41,35); }
td.TdClassName
{
border-color: #C92923;
}
.TagClassName
{
border-color: #C92923;
}
</style>