Shades of Persian Red #CF2821
Tints of Persian Red #CF2821
RGB
CMYK
RGB Variations
Color information
#CF2821 (or 0xCF2821) is known color: Persian Red. HEX triplet: CF, 28 and 21. RGB value is (207,40,33). Sum of RGB (Red+Green+Blue) = 207+40+33=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2821 is #30D7DE. Grayscale: #595959. Windows color (decimal): -3200991 or 2173135. OLE color: 2173135.
HSL color Cylindrical-coordinate representation of color #CF2821: hue angle of 2.41º 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 #CF2821 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 33 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.19 |
| HSL | 2.41º | 0.73% | 0.47% | - |
| HSV(B) | 2.41º | 0.84% | 0.81% | - |
| XYZ | 26.77 | 14.89 | 2.9 | - |
| YUV | 89.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 33 | 0 | 0.81 | 0.84 | 0.19 | 2.41 | 0.73 | 0.47 |
| Hex | CF | 28 | 21 | 0 | 51 | 54 | 13 | 2 | 48 | 2F |
| Octal | 317 | 50 | 41 | 0 | 121 | 124 | 23 | 2 | 110 | 57 |
| Binary | 11001111 | 101000 | 100001 | 0 | 1010001 | 1010100 | 10011 | 10 | 1001000 | 101111 |
Color Harmonies of #CF2821
Complementary color
Monochromatic Colors of #CF2821
Black with #CF2821
Text Example
Text Example
White with #CF2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2821; }
p { color: rgb(207,40,33); }
H1.HeaderClassName
{
color: #CF2821;
}
.AnyTagClassName
{
color: #CF2821;
}
</style>
background-color css
<style>
a { background-color: #CF2821; }
a { background-color: rgb(207,40,33); }
div.DivClassName
{
background-color: #CF2821;
}
.BgClassName
{
background-color: #CF2821;
}
</style>
border-color css
<style>
span { border-color: #CF2821; }
span { border-color: rgb(207,40,33); }
td.TdClassName
{
border-color: #CF2821;
}
.TagClassName
{
border-color: #CF2821;
}
</style>