Shades of Persian Red #C93B34
Tints of Persian Red #C93B34
RGB
CMYK
RGB Variations
Color information
#C93B34 (or 0xC93B34) is known color: Persian Red. HEX triplet: C9, 3B and 34. RGB value is (201,59,52). Sum of RGB (Red+Green+Blue) = 201+59+52=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B34 is #36C4CB. Grayscale: #646464. Windows color (decimal): -3589324 or 3423177. OLE color: 3423177.
HSL color Cylindrical-coordinate representation of color #C93B34: hue angle of 2.82º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93B34 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 52 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.21 |
| HSL | 2.82º | 0.59% | 0.5% | - |
| HSV(B) | 2.82º | 0.74% | 0.79% | - |
| XYZ | 26.27 | 15.79 | 4.91 | - |
| YUV | 100.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 52 | 0 | 0.71 | 0.74 | 0.21 | 2.82 | 0.59 | 0.5 |
| Hex | C9 | 3B | 34 | 0 | 47 | 4A | 15 | 3 | 3B | 32 |
| Octal | 311 | 73 | 64 | 0 | 107 | 112 | 25 | 3 | 73 | 62 |
| Binary | 11001001 | 111011 | 110100 | 0 | 1000111 | 1001010 | 10101 | 11 | 111011 | 110010 |
Color Harmonies of #C93B34
Complementary color
Monochromatic Colors of #C93B34
Black with #C93B34
Text Example
Text Example
White with #C93B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B34; }
p { color: rgb(201,59,52); }
H1.HeaderClassName
{
color: #C93B34;
}
.AnyTagClassName
{
color: #C93B34;
}
</style>
background-color css
<style>
a { background-color: #C93B34; }
a { background-color: rgb(201,59,52); }
div.DivClassName
{
background-color: #C93B34;
}
.BgClassName
{
background-color: #C93B34;
}
</style>
border-color css
<style>
span { border-color: #C93B34; }
span { border-color: rgb(201,59,52); }
td.TdClassName
{
border-color: #C93B34;
}
.TagClassName
{
border-color: #C93B34;
}
</style>