Shades of Persian Red #CF4232
Tints of Persian Red #CF4232
RGB
CMYK
RGB Variations
Color information
#CF4232 (or 0xCF4232) is known color: Persian Red. HEX triplet: CF, 42 and 32. RGB value is (207,66,50). Sum of RGB (Red+Green+Blue) = 207+66+50=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4232 is #30BDCD. Grayscale: #6A6A6A. Windows color (decimal): -3194318 or 3293903. OLE color: 3293903.
HSL color Cylindrical-coordinate representation of color #CF4232: hue angle of 6.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF4232 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 50 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.19 |
| HSL | 6.11º | 0.62% | 0.5% | - |
| HSV(B) | 6.11º | 0.76% | 0.81% | - |
| XYZ | 28.26 | 17.39 | 4.89 | - |
| YUV | 106.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 50 | 0 | 0.68 | 0.76 | 0.19 | 6.11 | 0.62 | 0.5 |
| Hex | CF | 42 | 32 | 0 | 44 | 4C | 13 | 6 | 3E | 32 |
| Octal | 317 | 102 | 62 | 0 | 104 | 114 | 23 | 6 | 76 | 62 |
| Binary | 11001111 | 1000010 | 110010 | 0 | 1000100 | 1001100 | 10011 | 110 | 111110 | 110010 |
Color Harmonies of #CF4232
Complementary color
Monochromatic Colors of #CF4232
Black with #CF4232
Text Example
Text Example
White with #CF4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4232; }
p { color: rgb(207,66,50); }
H1.HeaderClassName
{
color: #CF4232;
}
.AnyTagClassName
{
color: #CF4232;
}
</style>
background-color css
<style>
a { background-color: #CF4232; }
a { background-color: rgb(207,66,50); }
div.DivClassName
{
background-color: #CF4232;
}
.BgClassName
{
background-color: #CF4232;
}
</style>
border-color css
<style>
span { border-color: #CF4232; }
span { border-color: rgb(207,66,50); }
td.TdClassName
{
border-color: #CF4232;
}
.TagClassName
{
border-color: #CF4232;
}
</style>