Shades of Persian Red #CF2321
Tints of Persian Red #CF2321
RGB
CMYK
RGB Variations
Color information
#CF2321 (or 0xCF2321) is known color: Persian Red. HEX triplet: CF, 23 and 21. RGB value is (207,35,33). Sum of RGB (Red+Green+Blue) = 207+35+33=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2321 is #30DCDE. Grayscale: #565656. Windows color (decimal): -3202271 or 2171855. OLE color: 2171855.
HSL color Cylindrical-coordinate representation of color #CF2321: hue angle of 0.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2321 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 33 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.19 |
| HSL | 0.69º | 0.73% | 0.47% | - |
| HSV(B) | 0.69º | 0.84% | 0.81% | - |
| XYZ | 26.61 | 14.58 | 2.85 | - |
| YUV | 86.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 33 | 0 | 0.83 | 0.84 | 0.19 | 0.69 | 0.73 | 0.47 |
| Hex | CF | 23 | 21 | 0 | 53 | 54 | 13 | 1 | 48 | 2F |
| Octal | 317 | 43 | 41 | 0 | 123 | 124 | 23 | 1 | 110 | 57 |
| Binary | 11001111 | 100011 | 100001 | 0 | 1010011 | 1010100 | 10011 | 1 | 1001000 | 101111 |
Color Harmonies of #CF2321
Complementary color
Monochromatic Colors of #CF2321
Black with #CF2321
Text Example
Text Example
White with #CF2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2321; }
p { color: rgb(207,35,33); }
H1.HeaderClassName
{
color: #CF2321;
}
.AnyTagClassName
{
color: #CF2321;
}
</style>
background-color css
<style>
a { background-color: #CF2321; }
a { background-color: rgb(207,35,33); }
div.DivClassName
{
background-color: #CF2321;
}
.BgClassName
{
background-color: #CF2321;
}
</style>
border-color css
<style>
span { border-color: #CF2321; }
span { border-color: rgb(207,35,33); }
td.TdClassName
{
border-color: #CF2321;
}
.TagClassName
{
border-color: #CF2321;
}
</style>