Shades of Persian Red #CF2E22
Tints of Persian Red #CF2E22
RGB
CMYK
RGB Variations
Color information
#CF2E22 (or 0xCF2E22) is known color: Persian Red. HEX triplet: CF, 2E and 22. RGB value is (207,46,34). Sum of RGB (Red+Green+Blue) = 207+46+34=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E22 is #30D1DD. Grayscale: #5C5C5C. Windows color (decimal): -3199454 or 2240207. OLE color: 2240207.
HSL color Cylindrical-coordinate representation of color #CF2E22: hue angle of 4.16º degrees, saturation: 0.72, 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 #CF2E22 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 34 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.19 |
| HSL | 4.16º | 0.72% | 0.47% | - |
| HSV(B) | 4.16º | 0.84% | 0.81% | - |
| XYZ | 27 | 15.33 | 3.05 | - |
| YUV | 92.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 34 | 0 | 0.78 | 0.84 | 0.19 | 4.16 | 0.72 | 0.47 |
| Hex | CF | 2E | 22 | 0 | 4E | 54 | 13 | 4 | 48 | 2F |
| Octal | 317 | 56 | 42 | 0 | 116 | 124 | 23 | 4 | 110 | 57 |
| Binary | 11001111 | 101110 | 100010 | 0 | 1001110 | 1010100 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CF2E22
Complementary color
Monochromatic Colors of #CF2E22
Black with #CF2E22
Text Example
Text Example
White with #CF2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E22; }
p { color: rgb(207,46,34); }
H1.HeaderClassName
{
color: #CF2E22;
}
.AnyTagClassName
{
color: #CF2E22;
}
</style>
background-color css
<style>
a { background-color: #CF2E22; }
a { background-color: rgb(207,46,34); }
div.DivClassName
{
background-color: #CF2E22;
}
.BgClassName
{
background-color: #CF2E22;
}
</style>
border-color css
<style>
span { border-color: #CF2E22; }
span { border-color: rgb(207,46,34); }
td.TdClassName
{
border-color: #CF2E22;
}
.TagClassName
{
border-color: #CF2E22;
}
</style>