Shades of Persian Red #C93929
Tints of Persian Red #C93929
RGB
CMYK
RGB Variations
Color information
#C93929 (or 0xC93929) is known color: Persian Red. HEX triplet: C9, 39 and 29. RGB value is (201,57,41). Sum of RGB (Red+Green+Blue) = 201+57+41=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C93929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93929 is #36C6D6. Grayscale: #626262. Windows color (decimal): -3589847 or 2701769. OLE color: 2701769.
HSL color Cylindrical-coordinate representation of color #C93929: hue angle of 6º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C93929 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 41 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.21 |
| HSL | 6º | 0.66% | 0.47% | - |
| HSV(B) | 6º | 0.8% | 0.79% | - |
| XYZ | 25.95 | 15.5 | 3.72 | - |
| YUV | 98.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 41 | 0 | 0.72 | 0.80 | 0.21 | 6 | 0.66 | 0.47 |
| Hex | C9 | 39 | 29 | 0 | 48 | 50 | 15 | 6 | 42 | 2F |
| Octal | 311 | 71 | 51 | 0 | 110 | 120 | 25 | 6 | 102 | 57 |
| Binary | 11001001 | 111001 | 101001 | 0 | 1001000 | 1010000 | 10101 | 110 | 1000010 | 101111 |
Color Harmonies of #C93929
Complementary color
Monochromatic Colors of #C93929
Black with #C93929
Text Example
Text Example
White with #C93929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93929; }
p { color: rgb(201,57,41); }
H1.HeaderClassName
{
color: #C93929;
}
.AnyTagClassName
{
color: #C93929;
}
</style>
background-color css
<style>
a { background-color: #C93929; }
a { background-color: rgb(201,57,41); }
div.DivClassName
{
background-color: #C93929;
}
.BgClassName
{
background-color: #C93929;
}
</style>
border-color css
<style>
span { border-color: #C93929; }
span { border-color: rgb(201,57,41); }
td.TdClassName
{
border-color: #C93929;
}
.TagClassName
{
border-color: #C93929;
}
</style>