Shades of Persian Red #C93629
Tints of Persian Red #C93629
RGB
CMYK
RGB Variations
Color information
#C93629 (or 0xC93629) is known color: Persian Red. HEX triplet: C9, 36 and 29. RGB value is (201,54,41). Sum of RGB (Red+Green+Blue) = 201+54+41=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C93629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93629 is #36C9D6. Grayscale: #606060. Windows color (decimal): -3590615 or 2701001. OLE color: 2701001.
HSL color Cylindrical-coordinate representation of color #C93629: hue angle of 4.88º 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 #C93629 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 41 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.21 |
| HSL | 4.88º | 0.66% | 0.47% | - |
| HSV(B) | 4.88º | 0.8% | 0.79% | - |
| XYZ | 25.81 | 15.22 | 3.67 | - |
| YUV | 96.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 41 | 0 | 0.73 | 0.80 | 0.21 | 4.88 | 0.66 | 0.47 |
| Hex | C9 | 36 | 29 | 0 | 49 | 50 | 15 | 5 | 42 | 2F |
| Octal | 311 | 66 | 51 | 0 | 111 | 120 | 25 | 5 | 102 | 57 |
| Binary | 11001001 | 110110 | 101001 | 0 | 1001001 | 1010000 | 10101 | 101 | 1000010 | 101111 |
Color Harmonies of #C93629
Complementary color
Monochromatic Colors of #C93629
Black with #C93629
Text Example
Text Example
White with #C93629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93629; }
p { color: rgb(201,54,41); }
H1.HeaderClassName
{
color: #C93629;
}
.AnyTagClassName
{
color: #C93629;
}
</style>
background-color css
<style>
a { background-color: #C93629; }
a { background-color: rgb(201,54,41); }
div.DivClassName
{
background-color: #C93629;
}
.BgClassName
{
background-color: #C93629;
}
</style>
border-color css
<style>
span { border-color: #C93629; }
span { border-color: rgb(201,54,41); }
td.TdClassName
{
border-color: #C93629;
}
.TagClassName
{
border-color: #C93629;
}
</style>