Shades of Persian Red #C92F2C
Tints of Persian Red #C92F2C
RGB
CMYK
RGB Variations
Color information
#C92F2C (or 0xC92F2C) is known color: Persian Red. HEX triplet: C9, 2F and 2C. RGB value is (201,47,44). Sum of RGB (Red+Green+Blue) = 201+47+44=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F2C is #36D0D3. Grayscale: #5C5C5C. Windows color (decimal): -3592404 or 2895817. OLE color: 2895817.
HSL color Cylindrical-coordinate representation of color #C92F2C: hue angle of 1.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92F2C is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 44 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.21 |
| HSL | 1.15º | 0.64% | 0.48% | - |
| HSV(B) | 1.15º | 0.78% | 0.79% | - |
| XYZ | 25.56 | 14.63 | 3.86 | - |
| YUV | 92.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 44 | 0 | 0.77 | 0.78 | 0.21 | 1.15 | 0.64 | 0.48 |
| Hex | C9 | 2F | 2C | 0 | 4D | 4E | 15 | 1 | 40 | 30 |
| Octal | 311 | 57 | 54 | 0 | 115 | 116 | 25 | 1 | 100 | 60 |
| Binary | 11001001 | 101111 | 101100 | 0 | 1001101 | 1001110 | 10101 | 1 | 1000000 | 110000 |
Color Harmonies of #C92F2C
Complementary color
Monochromatic Colors of #C92F2C
Black with #C92F2C
Text Example
Text Example
White with #C92F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F2C; }
p { color: rgb(201,47,44); }
H1.HeaderClassName
{
color: #C92F2C;
}
.AnyTagClassName
{
color: #C92F2C;
}
</style>
background-color css
<style>
a { background-color: #C92F2C; }
a { background-color: rgb(201,47,44); }
div.DivClassName
{
background-color: #C92F2C;
}
.BgClassName
{
background-color: #C92F2C;
}
</style>
border-color css
<style>
span { border-color: #C92F2C; }
span { border-color: rgb(201,47,44); }
td.TdClassName
{
border-color: #C92F2C;
}
.TagClassName
{
border-color: #C92F2C;
}
</style>