Shades of Persian Red #CF2823
Tints of Persian Red #CF2823
RGB
CMYK
RGB Variations
Color information
#CF2823 (or 0xCF2823) is known color: Persian Red. HEX triplet: CF, 28 and 23. RGB value is (207,40,35). Sum of RGB (Red+Green+Blue) = 207+40+35=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2823 is #30D7DC. Grayscale: #595959. Windows color (decimal): -3200989 or 2304207. OLE color: 2304207.
HSL color Cylindrical-coordinate representation of color #CF2823: hue angle of 1.74º 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 #CF2823 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 35 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.19 |
| HSL | 1.74º | 0.71% | 0.47% | - |
| HSV(B) | 1.74º | 0.83% | 0.81% | - |
| XYZ | 26.79 | 14.9 | 3.05 | - |
| YUV | 89.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 35 | 0 | 0.81 | 0.83 | 0.19 | 1.74 | 0.71 | 0.47 |
| Hex | CF | 28 | 23 | 0 | 51 | 53 | 13 | 2 | 47 | 2F |
| Octal | 317 | 50 | 43 | 0 | 121 | 123 | 23 | 2 | 107 | 57 |
| Binary | 11001111 | 101000 | 100011 | 0 | 1010001 | 1010011 | 10011 | 10 | 1000111 | 101111 |
Color Harmonies of #CF2823
Complementary color
Monochromatic Colors of #CF2823
Black with #CF2823
Text Example
Text Example
White with #CF2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2823; }
p { color: rgb(207,40,35); }
H1.HeaderClassName
{
color: #CF2823;
}
.AnyTagClassName
{
color: #CF2823;
}
</style>
background-color css
<style>
a { background-color: #CF2823; }
a { background-color: rgb(207,40,35); }
div.DivClassName
{
background-color: #CF2823;
}
.BgClassName
{
background-color: #CF2823;
}
</style>
border-color css
<style>
span { border-color: #CF2823; }
span { border-color: rgb(207,40,35); }
td.TdClassName
{
border-color: #CF2823;
}
.TagClassName
{
border-color: #CF2823;
}
</style>