Shades of Persian Red #C93D39
Tints of Persian Red #C93D39
RGB
CMYK
RGB Variations
Color information
#C93D39 (or 0xC93D39) is known color: Persian Red. HEX triplet: C9, 3D and 39. RGB value is (201,61,57). Sum of RGB (Red+Green+Blue) = 201+61+57=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D39 is #36C2C6. Grayscale: #666666. Windows color (decimal): -3588807 or 3751369. OLE color: 3751369.
HSL color Cylindrical-coordinate representation of color #C93D39: hue angle of 1.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93D39 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 57 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.21 |
| HSL | 1.67º | 0.57% | 0.51% | - |
| HSV(B) | 1.67º | 0.72% | 0.79% | - |
| XYZ | 26.49 | 16.05 | 5.57 | - |
| YUV | 102.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 57 | 0 | 0.70 | 0.72 | 0.21 | 1.67 | 0.57 | 0.51 |
| Hex | C9 | 3D | 39 | 0 | 46 | 48 | 15 | 2 | 39 | 33 |
| Octal | 311 | 75 | 71 | 0 | 106 | 110 | 25 | 2 | 71 | 63 |
| Binary | 11001001 | 111101 | 111001 | 0 | 1000110 | 1001000 | 10101 | 10 | 111001 | 110011 |
Color Harmonies of #C93D39
Complementary color
Monochromatic Colors of #C93D39
Black with #C93D39
Text Example
Text Example
White with #C93D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D39; }
p { color: rgb(201,61,57); }
H1.HeaderClassName
{
color: #C93D39;
}
.AnyTagClassName
{
color: #C93D39;
}
</style>
background-color css
<style>
a { background-color: #C93D39; }
a { background-color: rgb(201,61,57); }
div.DivClassName
{
background-color: #C93D39;
}
.BgClassName
{
background-color: #C93D39;
}
</style>
border-color css
<style>
span { border-color: #C93D39; }
span { border-color: rgb(201,61,57); }
td.TdClassName
{
border-color: #C93D39;
}
.TagClassName
{
border-color: #C93D39;
}
</style>