Shades of Persian Red #CF2A21
Tints of Persian Red #CF2A21
RGB
CMYK
RGB Variations
Color information
#CF2A21 (or 0xCF2A21) is known color: Persian Red. HEX triplet: CF, 2A and 21. RGB value is (207,42,33). Sum of RGB (Red+Green+Blue) = 207+42+33=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A21 is #30D5DE. Grayscale: #5A5A5A. Windows color (decimal): -3200479 or 2173647. OLE color: 2173647.
HSL color Cylindrical-coordinate representation of color #CF2A21: hue angle of 3.1º 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 #CF2A21 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.19 |
| HSL | 3.1º | 0.73% | 0.47% | - |
| HSV(B) | 3.1º | 0.84% | 0.81% | - |
| XYZ | 26.83 | 15.03 | 2.93 | - |
| YUV | 90.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 33 | 0 | 0.80 | 0.84 | 0.19 | 3.1 | 0.73 | 0.47 |
| Hex | CF | 2A | 21 | 0 | 50 | 54 | 13 | 3 | 48 | 2F |
| Octal | 317 | 52 | 41 | 0 | 120 | 124 | 23 | 3 | 110 | 57 |
| Binary | 11001111 | 101010 | 100001 | 0 | 1010000 | 1010100 | 10011 | 11 | 1001000 | 101111 |
Color Harmonies of #CF2A21
Complementary color
Monochromatic Colors of #CF2A21
Black with #CF2A21
Text Example
Text Example
White with #CF2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A21; }
p { color: rgb(207,42,33); }
H1.HeaderClassName
{
color: #CF2A21;
}
.AnyTagClassName
{
color: #CF2A21;
}
</style>
background-color css
<style>
a { background-color: #CF2A21; }
a { background-color: rgb(207,42,33); }
div.DivClassName
{
background-color: #CF2A21;
}
.BgClassName
{
background-color: #CF2A21;
}
</style>
border-color css
<style>
span { border-color: #CF2A21; }
span { border-color: rgb(207,42,33); }
td.TdClassName
{
border-color: #CF2A21;
}
.TagClassName
{
border-color: #CF2A21;
}
</style>