Shades of Persian Red #C93D34
Tints of Persian Red #C93D34
RGB
CMYK
RGB Variations
Color information
#C93D34 (or 0xC93D34) is known color: Persian Red. HEX triplet: C9, 3D and 34. RGB value is (201,61,52). Sum of RGB (Red+Green+Blue) = 201+61+52=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D34 is #36C2CB. Grayscale: #666666. Windows color (decimal): -3588812 or 3423689. OLE color: 3423689.
HSL color Cylindrical-coordinate representation of color #C93D34: hue angle of 3.62º 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 #C93D34 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 52 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.21 |
| HSL | 3.62º | 0.59% | 0.5% | - |
| HSV(B) | 3.62º | 0.74% | 0.79% | - |
| XYZ | 26.38 | 16 | 4.95 | - |
| YUV | 101.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 52 | 0 | 0.70 | 0.74 | 0.21 | 3.62 | 0.59 | 0.5 |
| Hex | C9 | 3D | 34 | 0 | 46 | 4A | 15 | 4 | 3B | 32 |
| Octal | 311 | 75 | 64 | 0 | 106 | 112 | 25 | 4 | 73 | 62 |
| Binary | 11001001 | 111101 | 110100 | 0 | 1000110 | 1001010 | 10101 | 100 | 111011 | 110010 |
Color Harmonies of #C93D34
Complementary color
Monochromatic Colors of #C93D34
Black with #C93D34
Text Example
Text Example
White with #C93D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D34; }
p { color: rgb(201,61,52); }
H1.HeaderClassName
{
color: #C93D34;
}
.AnyTagClassName
{
color: #C93D34;
}
</style>
background-color css
<style>
a { background-color: #C93D34; }
a { background-color: rgb(201,61,52); }
div.DivClassName
{
background-color: #C93D34;
}
.BgClassName
{
background-color: #C93D34;
}
</style>
border-color css
<style>
span { border-color: #C93D34; }
span { border-color: rgb(201,61,52); }
td.TdClassName
{
border-color: #C93D34;
}
.TagClassName
{
border-color: #C93D34;
}
</style>