Shades of Persian Red #C93630
Tints of Persian Red #C93630
RGB
CMYK
RGB Variations
Color information
#C93630 (or 0xC93630) is known color: Persian Red. HEX triplet: C9, 36 and 30. RGB value is (201,54,48). Sum of RGB (Red+Green+Blue) = 201+54+48=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93630 is #36C9CF. Grayscale: #616161. Windows color (decimal): -3590608 or 3159753. OLE color: 3159753.
HSL color Cylindrical-coordinate representation of color #C93630: hue angle of 2.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93630 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 48 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.21 |
| HSL | 2.35º | 0.61% | 0.49% | - |
| HSV(B) | 2.35º | 0.76% | 0.79% | - |
| XYZ | 25.94 | 15.27 | 4.38 | - |
| YUV | 97.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 48 | 0 | 0.73 | 0.76 | 0.21 | 2.35 | 0.61 | 0.49 |
| Hex | C9 | 36 | 30 | 0 | 49 | 4C | 15 | 2 | 3D | 31 |
| Octal | 311 | 66 | 60 | 0 | 111 | 114 | 25 | 2 | 75 | 61 |
| Binary | 11001001 | 110110 | 110000 | 0 | 1001001 | 1001100 | 10101 | 10 | 111101 | 110001 |
Color Harmonies of #C93630
Complementary color
Monochromatic Colors of #C93630
Black with #C93630
Text Example
Text Example
White with #C93630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93630; }
p { color: rgb(201,54,48); }
H1.HeaderClassName
{
color: #C93630;
}
.AnyTagClassName
{
color: #C93630;
}
</style>
background-color css
<style>
a { background-color: #C93630; }
a { background-color: rgb(201,54,48); }
div.DivClassName
{
background-color: #C93630;
}
.BgClassName
{
background-color: #C93630;
}
</style>
border-color css
<style>
span { border-color: #C93630; }
span { border-color: rgb(201,54,48); }
td.TdClassName
{
border-color: #C93630;
}
.TagClassName
{
border-color: #C93630;
}
</style>