Shades of Persian Red #CF2F2D
Tints of Persian Red #CF2F2D
RGB
CMYK
RGB Variations
Color information
#CF2F2D (or 0xCF2F2D) is known color: Persian Red. HEX triplet: CF, 2F and 2D. RGB value is (207,47,45). Sum of RGB (Red+Green+Blue) = 207+47+45=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F2D is #30D0D2. Grayscale: #5E5E5E. Windows color (decimal): -3199187 or 2961359. OLE color: 2961359.
HSL color Cylindrical-coordinate representation of color #CF2F2D: hue angle of 0.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2F2D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 45 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.19 |
| HSL | 0.74º | 0.64% | 0.49% | - |
| HSV(B) | 0.74º | 0.78% | 0.81% | - |
| XYZ | 27.22 | 15.49 | 4.04 | - |
| YUV | 94.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 45 | 0 | 0.77 | 0.78 | 0.19 | 0.74 | 0.64 | 0.49 |
| Hex | CF | 2F | 2D | 0 | 4D | 4E | 13 | 1 | 40 | 31 |
| Octal | 317 | 57 | 55 | 0 | 115 | 116 | 23 | 1 | 100 | 61 |
| Binary | 11001111 | 101111 | 101101 | 0 | 1001101 | 1001110 | 10011 | 1 | 1000000 | 110001 |
Color Harmonies of #CF2F2D
Complementary color
Monochromatic Colors of #CF2F2D
Black with #CF2F2D
Text Example
Text Example
White with #CF2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F2D; }
p { color: rgb(207,47,45); }
H1.HeaderClassName
{
color: #CF2F2D;
}
.AnyTagClassName
{
color: #CF2F2D;
}
</style>
background-color css
<style>
a { background-color: #CF2F2D; }
a { background-color: rgb(207,47,45); }
div.DivClassName
{
background-color: #CF2F2D;
}
.BgClassName
{
background-color: #CF2F2D;
}
</style>
border-color css
<style>
span { border-color: #CF2F2D; }
span { border-color: rgb(207,47,45); }
td.TdClassName
{
border-color: #CF2F2D;
}
.TagClassName
{
border-color: #CF2F2D;
}
</style>