Shades of Persian Red #CF2B23
Tints of Persian Red #CF2B23
RGB
CMYK
RGB Variations
Color information
#CF2B23 (or 0xCF2B23) is known color: Persian Red. HEX triplet: CF, 2B and 23. RGB value is (207,43,35). Sum of RGB (Red+Green+Blue) = 207+43+35=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B23 is #30D4DC. Grayscale: #5B5B5B. Windows color (decimal): -3200221 or 2304975. OLE color: 2304975.
HSL color Cylindrical-coordinate representation of color #CF2B23: hue angle of 2.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2B23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 35 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.19 |
| HSL | 2.79º | 0.71% | 0.47% | - |
| HSV(B) | 2.79º | 0.83% | 0.81% | - |
| XYZ | 26.9 | 15.11 | 3.09 | - |
| YUV | 91.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 35 | 0 | 0.79 | 0.83 | 0.19 | 2.79 | 0.71 | 0.47 |
| Hex | CF | 2B | 23 | 0 | 4F | 53 | 13 | 3 | 47 | 2F |
| Octal | 317 | 53 | 43 | 0 | 117 | 123 | 23 | 3 | 107 | 57 |
| Binary | 11001111 | 101011 | 100011 | 0 | 1001111 | 1010011 | 10011 | 11 | 1000111 | 101111 |
Color Harmonies of #CF2B23
Complementary color
Monochromatic Colors of #CF2B23
Black with #CF2B23
Text Example
Text Example
White with #CF2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B23; }
p { color: rgb(207,43,35); }
H1.HeaderClassName
{
color: #CF2B23;
}
.AnyTagClassName
{
color: #CF2B23;
}
</style>
background-color css
<style>
a { background-color: #CF2B23; }
a { background-color: rgb(207,43,35); }
div.DivClassName
{
background-color: #CF2B23;
}
.BgClassName
{
background-color: #CF2B23;
}
</style>
border-color css
<style>
span { border-color: #CF2B23; }
span { border-color: rgb(207,43,35); }
td.TdClassName
{
border-color: #CF2B23;
}
.TagClassName
{
border-color: #CF2B23;
}
</style>