Shades of Persian Red #C93D2E
Tints of Persian Red #C93D2E
RGB
CMYK
RGB Variations
Color information
#C93D2E (or 0xC93D2E) is known color: Persian Red. HEX triplet: C9, 3D and 2E. RGB value is (201,61,46). Sum of RGB (Red+Green+Blue) = 201+61+46=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D2E is #36C2D1. Grayscale: #656565. Windows color (decimal): -3588818 or 3030473. OLE color: 3030473.
HSL color Cylindrical-coordinate representation of color #C93D2E: hue angle of 5.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93D2E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 46 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.21 |
| HSL | 5.81º | 0.63% | 0.48% | - |
| HSV(B) | 5.81º | 0.77% | 0.79% | - |
| XYZ | 26.25 | 15.95 | 4.28 | - |
| YUV | 101.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 46 | 0 | 0.70 | 0.77 | 0.21 | 5.81 | 0.63 | 0.48 |
| Hex | C9 | 3D | 2E | 0 | 46 | 4D | 15 | 6 | 3F | 30 |
| Octal | 311 | 75 | 56 | 0 | 106 | 115 | 25 | 6 | 77 | 60 |
| Binary | 11001001 | 111101 | 101110 | 0 | 1000110 | 1001101 | 10101 | 110 | 111111 | 110000 |
Color Harmonies of #C93D2E
Complementary color
Monochromatic Colors of #C93D2E
Black with #C93D2E
Text Example
Text Example
White with #C93D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D2E; }
p { color: rgb(201,61,46); }
H1.HeaderClassName
{
color: #C93D2E;
}
.AnyTagClassName
{
color: #C93D2E;
}
</style>
background-color css
<style>
a { background-color: #C93D2E; }
a { background-color: rgb(201,61,46); }
div.DivClassName
{
background-color: #C93D2E;
}
.BgClassName
{
background-color: #C93D2E;
}
</style>
border-color css
<style>
span { border-color: #C93D2E; }
span { border-color: rgb(201,61,46); }
td.TdClassName
{
border-color: #C93D2E;
}
.TagClassName
{
border-color: #C93D2E;
}
</style>