Shades of Persian Red #CF2D22
Tints of Persian Red #CF2D22
RGB
CMYK
RGB Variations
Color information
#CF2D22 (or 0xCF2D22) is known color: Persian Red. HEX triplet: CF, 2D and 22. RGB value is (207,45,34). Sum of RGB (Red+Green+Blue) = 207+45+34=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D22 is #30D2DD. Grayscale: #5C5C5C. Windows color (decimal): -3199710 or 2239951. OLE color: 2239951.
HSL color Cylindrical-coordinate representation of color #CF2D22: hue angle of 3.82º 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 #CF2D22 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 34 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.19 |
| HSL | 3.82º | 0.72% | 0.47% | - |
| HSV(B) | 3.82º | 0.84% | 0.81% | - |
| XYZ | 26.96 | 15.26 | 3.04 | - |
| YUV | 92.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 34 | 0 | 0.78 | 0.84 | 0.19 | 3.82 | 0.72 | 0.47 |
| Hex | CF | 2D | 22 | 0 | 4E | 54 | 13 | 4 | 48 | 2F |
| Octal | 317 | 55 | 42 | 0 | 116 | 124 | 23 | 4 | 110 | 57 |
| Binary | 11001111 | 101101 | 100010 | 0 | 1001110 | 1010100 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CF2D22
Complementary color
Monochromatic Colors of #CF2D22
Black with #CF2D22
Text Example
Text Example
White with #CF2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D22; }
p { color: rgb(207,45,34); }
H1.HeaderClassName
{
color: #CF2D22;
}
.AnyTagClassName
{
color: #CF2D22;
}
</style>
background-color css
<style>
a { background-color: #CF2D22; }
a { background-color: rgb(207,45,34); }
div.DivClassName
{
background-color: #CF2D22;
}
.BgClassName
{
background-color: #CF2D22;
}
</style>
border-color css
<style>
span { border-color: #CF2D22; }
span { border-color: rgb(207,45,34); }
td.TdClassName
{
border-color: #CF2D22;
}
.TagClassName
{
border-color: #CF2D22;
}
</style>