Shades of Persian Red #CF2726
Tints of Persian Red #CF2726
RGB
CMYK
RGB Variations
Color information
#CF2726 (or 0xCF2726) is known color: Persian Red. HEX triplet: CF, 27 and 26. RGB value is (207,39,38). Sum of RGB (Red+Green+Blue) = 207+39+38=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2726 is #30D8D9. Grayscale: #595959. Windows color (decimal): -3201242 or 2500559. OLE color: 2500559.
HSL color Cylindrical-coordinate representation of color #CF2726: hue angle of 0.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2726 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 38 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.19 |
| HSL | 0.36º | 0.69% | 0.48% | - |
| HSV(B) | 0.36º | 0.82% | 0.81% | - |
| XYZ | 26.81 | 14.86 | 3.29 | - |
| YUV | 89.12 | 99.16 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 38 | 0 | 0.81 | 0.82 | 0.19 | 0.36 | 0.69 | 0.48 |
| Hex | CF | 27 | 26 | 0 | 51 | 52 | 13 | 0 | 45 | 30 |
| Octal | 317 | 47 | 46 | 0 | 121 | 122 | 23 | 0 | 105 | 60 |
| Binary | 11001111 | 100111 | 100110 | 0 | 1010001 | 1010010 | 10011 | 0 | 1000101 | 110000 |
Color Harmonies of #CF2726
Complementary color
Monochromatic Colors of #CF2726
Black with #CF2726
Text Example
Text Example
White with #CF2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2726; }
p { color: rgb(207,39,38); }
H1.HeaderClassName
{
color: #CF2726;
}
.AnyTagClassName
{
color: #CF2726;
}
</style>
background-color css
<style>
a { background-color: #CF2726; }
a { background-color: rgb(207,39,38); }
div.DivClassName
{
background-color: #CF2726;
}
.BgClassName
{
background-color: #CF2726;
}
</style>
border-color css
<style>
span { border-color: #CF2726; }
span { border-color: rgb(207,39,38); }
td.TdClassName
{
border-color: #CF2726;
}
.TagClassName
{
border-color: #CF2726;
}
</style>