Shades of Persian Red #C93F2B
Tints of Persian Red #C93F2B
RGB
CMYK
RGB Variations
Color information
#C93F2B (or 0xC93F2B) is known color: Persian Red. HEX triplet: C9, 3F and 2B. RGB value is (201,63,43). Sum of RGB (Red+Green+Blue) = 201+63+43=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F2B is #36C0D4. Grayscale: #666666. Windows color (decimal): -3588309 or 2834377. OLE color: 2834377.
HSL color Cylindrical-coordinate representation of color #C93F2B: hue angle of 7.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C93F2B is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 43 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.21 |
| HSL | 7.59º | 0.65% | 0.48% | - |
| HSV(B) | 7.59º | 0.79% | 0.79% | - |
| XYZ | 26.3 | 16.15 | 4.02 | - |
| YUV | 101.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 43 | 0 | 0.69 | 0.79 | 0.21 | 7.59 | 0.65 | 0.48 |
| Hex | C9 | 3F | 2B | 0 | 45 | 4F | 15 | 8 | 41 | 30 |
| Octal | 311 | 77 | 53 | 0 | 105 | 117 | 25 | 10 | 101 | 60 |
| Binary | 11001001 | 111111 | 101011 | 0 | 1000101 | 1001111 | 10101 | 1000 | 1000001 | 110000 |
Color Harmonies of #C93F2B
Complementary color
Monochromatic Colors of #C93F2B
Black with #C93F2B
Text Example
Text Example
White with #C93F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F2B; }
p { color: rgb(201,63,43); }
H1.HeaderClassName
{
color: #C93F2B;
}
.AnyTagClassName
{
color: #C93F2B;
}
</style>
background-color css
<style>
a { background-color: #C93F2B; }
a { background-color: rgb(201,63,43); }
div.DivClassName
{
background-color: #C93F2B;
}
.BgClassName
{
background-color: #C93F2B;
}
</style>
border-color css
<style>
span { border-color: #C93F2B; }
span { border-color: rgb(201,63,43); }
td.TdClassName
{
border-color: #C93F2B;
}
.TagClassName
{
border-color: #C93F2B;
}
</style>