Shades of Persian Red #C93D38
Tints of Persian Red #C93D38
RGB
CMYK
RGB Variations
Color information
#C93D38 (or 0xC93D38) is known color: Persian Red. HEX triplet: C9, 3D and 38. RGB value is (201,61,56). Sum of RGB (Red+Green+Blue) = 201+61+56=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D38 is #36C2C7. Grayscale: #666666. Windows color (decimal): -3588808 or 3685833. OLE color: 3685833.
HSL color Cylindrical-coordinate representation of color #C93D38: hue angle of 2.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93D38 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 56 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.21 |
| HSL | 2.07º | 0.57% | 0.5% | - |
| HSV(B) | 2.07º | 0.72% | 0.79% | - |
| XYZ | 26.47 | 16.04 | 5.44 | - |
| YUV | 102.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 56 | 0 | 0.70 | 0.72 | 0.21 | 2.07 | 0.57 | 0.5 |
| Hex | C9 | 3D | 38 | 0 | 46 | 48 | 15 | 2 | 39 | 32 |
| Octal | 311 | 75 | 70 | 0 | 106 | 110 | 25 | 2 | 71 | 62 |
| Binary | 11001001 | 111101 | 111000 | 0 | 1000110 | 1001000 | 10101 | 10 | 111001 | 110010 |
Color Harmonies of #C93D38
Complementary color
Monochromatic Colors of #C93D38
Black with #C93D38
Text Example
Text Example
White with #C93D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D38; }
p { color: rgb(201,61,56); }
H1.HeaderClassName
{
color: #C93D38;
}
.AnyTagClassName
{
color: #C93D38;
}
</style>
background-color css
<style>
a { background-color: #C93D38; }
a { background-color: rgb(201,61,56); }
div.DivClassName
{
background-color: #C93D38;
}
.BgClassName
{
background-color: #C93D38;
}
</style>
border-color css
<style>
span { border-color: #C93D38; }
span { border-color: rgb(201,61,56); }
td.TdClassName
{
border-color: #C93D38;
}
.TagClassName
{
border-color: #C93D38;
}
</style>