Shades of Persian Red #C93E33
Tints of Persian Red #C93E33
RGB
CMYK
RGB Variations
Color information
#C93E33 (or 0xC93E33) is known color: Persian Red. HEX triplet: C9, 3E and 33. RGB value is (201,62,51). Sum of RGB (Red+Green+Blue) = 201+62+51=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E33 is #36C1CC. Grayscale: #666666. Windows color (decimal): -3588557 or 3358409. OLE color: 3358409.
HSL color Cylindrical-coordinate representation of color #C93E33: hue angle of 4.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93E33 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 51 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.21 |
| HSL | 4.4º | 0.6% | 0.49% | - |
| HSV(B) | 4.4º | 0.75% | 0.79% | - |
| XYZ | 26.41 | 16.1 | 4.85 | - |
| YUV | 102.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 51 | 0 | 0.69 | 0.75 | 0.21 | 4.4 | 0.6 | 0.49 |
| Hex | C9 | 3E | 33 | 0 | 45 | 4B | 15 | 4 | 3C | 31 |
| Octal | 311 | 76 | 63 | 0 | 105 | 113 | 25 | 4 | 74 | 61 |
| Binary | 11001001 | 111110 | 110011 | 0 | 1000101 | 1001011 | 10101 | 100 | 111100 | 110001 |
Color Harmonies of #C93E33
Complementary color
Monochromatic Colors of #C93E33
Black with #C93E33
Text Example
Text Example
White with #C93E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E33; }
p { color: rgb(201,62,51); }
H1.HeaderClassName
{
color: #C93E33;
}
.AnyTagClassName
{
color: #C93E33;
}
</style>
background-color css
<style>
a { background-color: #C93E33; }
a { background-color: rgb(201,62,51); }
div.DivClassName
{
background-color: #C93E33;
}
.BgClassName
{
background-color: #C93E33;
}
</style>
border-color css
<style>
span { border-color: #C93E33; }
span { border-color: rgb(201,62,51); }
td.TdClassName
{
border-color: #C93E33;
}
.TagClassName
{
border-color: #C93E33;
}
</style>