Shades of Persian Red #C9332F
Tints of Persian Red #C9332F
RGB
CMYK
RGB Variations
Color information
#C9332F (or 0xC9332F) is known color: Persian Red. HEX triplet: C9, 33 and 2F. RGB value is (201,51,47). Sum of RGB (Red+Green+Blue) = 201+51+47=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9332F is #36CCD0. Grayscale: #5F5F5F. Windows color (decimal): -3591377 or 3093449. OLE color: 3093449.
HSL color Cylindrical-coordinate representation of color #C9332F: hue angle of 1.56º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9332F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 47 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.21 |
| HSL | 1.56º | 0.62% | 0.49% | - |
| HSV(B) | 1.56º | 0.77% | 0.79% | - |
| XYZ | 25.78 | 14.99 | 4.22 | - |
| YUV | 95.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 47 | 0 | 0.75 | 0.77 | 0.21 | 1.56 | 0.62 | 0.49 |
| Hex | C9 | 33 | 2F | 0 | 4B | 4D | 15 | 2 | 3E | 31 |
| Octal | 311 | 63 | 57 | 0 | 113 | 115 | 25 | 2 | 76 | 61 |
| Binary | 11001001 | 110011 | 101111 | 0 | 1001011 | 1001101 | 10101 | 10 | 111110 | 110001 |
Color Harmonies of #C9332F
Complementary color
Monochromatic Colors of #C9332F
Black with #C9332F
Text Example
Text Example
White with #C9332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9332F; }
p { color: rgb(201,51,47); }
H1.HeaderClassName
{
color: #C9332F;
}
.AnyTagClassName
{
color: #C9332F;
}
</style>
background-color css
<style>
a { background-color: #C9332F; }
a { background-color: rgb(201,51,47); }
div.DivClassName
{
background-color: #C9332F;
}
.BgClassName
{
background-color: #C9332F;
}
</style>
border-color css
<style>
span { border-color: #C9332F; }
span { border-color: rgb(201,51,47); }
td.TdClassName
{
border-color: #C9332F;
}
.TagClassName
{
border-color: #C9332F;
}
</style>