Shades of Persian Red #CF3228
Tints of Persian Red #CF3228
RGB
CMYK
RGB Variations
Color information
#CF3228 (or 0xCF3228) is known color: Persian Red. HEX triplet: CF, 32 and 28. RGB value is (207,50,40). Sum of RGB (Red+Green+Blue) = 207+50+40=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3228 is #30CDD7. Grayscale: #606060. Windows color (decimal): -3198424 or 2634447. OLE color: 2634447.
HSL color Cylindrical-coordinate representation of color #CF3228: hue angle of 3.59º 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 #CF3228 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 40 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.19 |
| HSL | 3.59º | 0.68% | 0.48% | - |
| HSV(B) | 3.59º | 0.81% | 0.81% | - |
| XYZ | 27.26 | 15.7 | 3.6 | - |
| YUV | 95.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 40 | 0 | 0.76 | 0.81 | 0.19 | 3.59 | 0.68 | 0.48 |
| Hex | CF | 32 | 28 | 0 | 4C | 51 | 13 | 4 | 44 | 30 |
| Octal | 317 | 62 | 50 | 0 | 114 | 121 | 23 | 4 | 104 | 60 |
| Binary | 11001111 | 110010 | 101000 | 0 | 1001100 | 1010001 | 10011 | 100 | 1000100 | 110000 |
Color Harmonies of #CF3228
Complementary color
Monochromatic Colors of #CF3228
Black with #CF3228
Text Example
Text Example
White with #CF3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3228; }
p { color: rgb(207,50,40); }
H1.HeaderClassName
{
color: #CF3228;
}
.AnyTagClassName
{
color: #CF3228;
}
</style>
background-color css
<style>
a { background-color: #CF3228; }
a { background-color: rgb(207,50,40); }
div.DivClassName
{
background-color: #CF3228;
}
.BgClassName
{
background-color: #CF3228;
}
</style>
border-color css
<style>
span { border-color: #CF3228; }
span { border-color: rgb(207,50,40); }
td.TdClassName
{
border-color: #CF3228;
}
.TagClassName
{
border-color: #CF3228;
}
</style>