Shades of Persian Red #CF2420
Tints of Persian Red #CF2420
RGB
CMYK
RGB Variations
Color information
#CF2420 (or 0xCF2420) is known color: Persian Red. HEX triplet: CF, 24 and 20. RGB value is (207,36,32). Sum of RGB (Red+Green+Blue) = 207+36+32=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2420 is #30DBDF. Grayscale: #565656. Windows color (decimal): -3202016 or 2106575. OLE color: 2106575.
HSL color Cylindrical-coordinate representation of color #CF2420: hue angle of 1.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2420 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 32 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.19 |
| HSL | 1.37º | 0.73% | 0.47% | - |
| HSV(B) | 1.37º | 0.85% | 0.81% | - |
| XYZ | 26.62 | 14.63 | 2.79 | - |
| YUV | 86.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 32 | 0 | 0.83 | 0.85 | 0.19 | 1.37 | 0.73 | 0.47 |
| Hex | CF | 24 | 20 | 0 | 53 | 55 | 13 | 1 | 49 | 2F |
| Octal | 317 | 44 | 40 | 0 | 123 | 125 | 23 | 1 | 111 | 57 |
| Binary | 11001111 | 100100 | 100000 | 0 | 1010011 | 1010101 | 10011 | 1 | 1001001 | 101111 |
Color Harmonies of #CF2420
Complementary color
Monochromatic Colors of #CF2420
Black with #CF2420
Text Example
Text Example
White with #CF2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2420; }
p { color: rgb(207,36,32); }
H1.HeaderClassName
{
color: #CF2420;
}
.AnyTagClassName
{
color: #CF2420;
}
</style>
background-color css
<style>
a { background-color: #CF2420; }
a { background-color: rgb(207,36,32); }
div.DivClassName
{
background-color: #CF2420;
}
.BgClassName
{
background-color: #CF2420;
}
</style>
border-color css
<style>
span { border-color: #CF2420; }
span { border-color: rgb(207,36,32); }
td.TdClassName
{
border-color: #CF2420;
}
.TagClassName
{
border-color: #CF2420;
}
</style>