Shades of Persian Red #CF2B27
Tints of Persian Red #CF2B27
RGB
CMYK
RGB Variations
Color information
#CF2B27 (or 0xCF2B27) is known color: Persian Red. HEX triplet: CF, 2B and 27. RGB value is (207,43,39). Sum of RGB (Red+Green+Blue) = 207+43+39=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B27 is #30D4D8. Grayscale: #5B5B5B. Windows color (decimal): -3200217 or 2567119. OLE color: 2567119.
HSL color Cylindrical-coordinate representation of color #CF2B27: hue angle of 1.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2B27 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 39 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.19 |
| HSL | 1.43º | 0.68% | 0.48% | - |
| HSV(B) | 1.43º | 0.81% | 0.81% | - |
| XYZ | 26.96 | 15.14 | 3.42 | - |
| YUV | 91.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 39 | 0 | 0.79 | 0.81 | 0.19 | 1.43 | 0.68 | 0.48 |
| Hex | CF | 2B | 27 | 0 | 4F | 51 | 13 | 1 | 44 | 30 |
| Octal | 317 | 53 | 47 | 0 | 117 | 121 | 23 | 1 | 104 | 60 |
| Binary | 11001111 | 101011 | 100111 | 0 | 1001111 | 1010001 | 10011 | 1 | 1000100 | 110000 |
Color Harmonies of #CF2B27
Complementary color
Monochromatic Colors of #CF2B27
Black with #CF2B27
Text Example
Text Example
White with #CF2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B27; }
p { color: rgb(207,43,39); }
H1.HeaderClassName
{
color: #CF2B27;
}
.AnyTagClassName
{
color: #CF2B27;
}
</style>
background-color css
<style>
a { background-color: #CF2B27; }
a { background-color: rgb(207,43,39); }
div.DivClassName
{
background-color: #CF2B27;
}
.BgClassName
{
background-color: #CF2B27;
}
</style>
border-color css
<style>
span { border-color: #CF2B27; }
span { border-color: rgb(207,43,39); }
td.TdClassName
{
border-color: #CF2B27;
}
.TagClassName
{
border-color: #CF2B27;
}
</style>