Shades of Persian Red #CF2E2E
Tints of Persian Red #CF2E2E
RGB
CMYK
RGB Variations
Color information
#CF2E2E (or 0xCF2E2E) is known color: Persian Red. HEX triplet: CF, 2E and 2E. RGB value is (207,46,46). Sum of RGB (Red+Green+Blue) = 207+46+46=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E2E is #30D1D1. Grayscale: #5E5E5E. Windows color (decimal): -3199442 or 3026639. OLE color: 3026639.
HSL color Cylindrical-coordinate representation of color #CF2E2E: hue angle of 0º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E2E is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 46 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.19 |
| HSL | 0º | 0.64% | 0.5% | - |
| HSV(B) | 0º | 0.78% | 0.81% | - |
| XYZ | 27.2 | 15.42 | 4.13 | - |
| YUV | 94.14 | 100.84 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 46 | 0 | 0.78 | 0.78 | 0.19 | 0 | 0.64 | 0.5 |
| Hex | CF | 2E | 2E | 0 | 4E | 4E | 13 | 0 | 40 | 32 |
| Octal | 317 | 56 | 56 | 0 | 116 | 116 | 23 | 0 | 100 | 62 |
| Binary | 11001111 | 101110 | 101110 | 0 | 1001110 | 1001110 | 10011 | 0 | 1000000 | 110010 |
Color Harmonies of #CF2E2E
Complementary color
Monochromatic Colors of #CF2E2E
Black with #CF2E2E
Text Example
Text Example
White with #CF2E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E2E; }
p { color: rgb(207,46,46); }
H1.HeaderClassName
{
color: #CF2E2E;
}
.AnyTagClassName
{
color: #CF2E2E;
}
</style>
background-color css
<style>
a { background-color: #CF2E2E; }
a { background-color: rgb(207,46,46); }
div.DivClassName
{
background-color: #CF2E2E;
}
.BgClassName
{
background-color: #CF2E2E;
}
</style>
border-color css
<style>
span { border-color: #CF2E2E; }
span { border-color: rgb(207,46,46); }
td.TdClassName
{
border-color: #CF2E2E;
}
.TagClassName
{
border-color: #CF2E2E;
}
</style>