Shades of Persian Red #C9332B
Tints of Persian Red #C9332B
RGB
CMYK
RGB Variations
Color information
#C9332B (or 0xC9332B) is known color: Persian Red. HEX triplet: C9, 33 and 2B. RGB value is (201,51,43). Sum of RGB (Red+Green+Blue) = 201+51+43=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9332B is #36CCD4. Grayscale: #5F5F5F. Windows color (decimal): -3591381 or 2831305. OLE color: 2831305.
HSL color Cylindrical-coordinate representation of color #C9332B: hue angle of 3.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9332B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 43 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.21 |
| HSL | 3.04º | 0.65% | 0.48% | - |
| HSV(B) | 3.04º | 0.79% | 0.79% | - |
| XYZ | 25.71 | 14.96 | 3.82 | - |
| YUV | 94.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 43 | 0 | 0.75 | 0.79 | 0.21 | 3.04 | 0.65 | 0.48 |
| Hex | C9 | 33 | 2B | 0 | 4B | 4F | 15 | 3 | 41 | 30 |
| Octal | 311 | 63 | 53 | 0 | 113 | 117 | 25 | 3 | 101 | 60 |
| Binary | 11001001 | 110011 | 101011 | 0 | 1001011 | 1001111 | 10101 | 11 | 1000001 | 110000 |
Color Harmonies of #C9332B
Complementary color
Monochromatic Colors of #C9332B
Black with #C9332B
Text Example
Text Example
White with #C9332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9332B; }
p { color: rgb(201,51,43); }
H1.HeaderClassName
{
color: #C9332B;
}
.AnyTagClassName
{
color: #C9332B;
}
</style>
background-color css
<style>
a { background-color: #C9332B; }
a { background-color: rgb(201,51,43); }
div.DivClassName
{
background-color: #C9332B;
}
.BgClassName
{
background-color: #C9332B;
}
</style>
border-color css
<style>
span { border-color: #C9332B; }
span { border-color: rgb(201,51,43); }
td.TdClassName
{
border-color: #C9332B;
}
.TagClassName
{
border-color: #C9332B;
}
</style>