Shades of Persian Red #CF4032
Tints of Persian Red #CF4032
RGB
CMYK
RGB Variations
Color information
#CF4032 (or 0xCF4032) is known color: Persian Red. HEX triplet: CF, 40 and 32. RGB value is (207,64,50). Sum of RGB (Red+Green+Blue) = 207+64+50=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4032 is #30BFCD. Grayscale: #696969. Windows color (decimal): -3194830 or 3293391. OLE color: 3293391.
HSL color Cylindrical-coordinate representation of color #CF4032: hue angle of 5.35º 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 #CF4032 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 50 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.19 |
| HSL | 5.35º | 0.62% | 0.5% | - |
| HSV(B) | 5.35º | 0.76% | 0.81% | - |
| XYZ | 28.14 | 17.16 | 4.85 | - |
| YUV | 105.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 50 | 0 | 0.69 | 0.76 | 0.19 | 5.35 | 0.62 | 0.5 |
| Hex | CF | 40 | 32 | 0 | 45 | 4C | 13 | 5 | 3E | 32 |
| Octal | 317 | 100 | 62 | 0 | 105 | 114 | 23 | 5 | 76 | 62 |
| Binary | 11001111 | 1000000 | 110010 | 0 | 1000101 | 1001100 | 10011 | 101 | 111110 | 110010 |
Color Harmonies of #CF4032
Complementary color
Monochromatic Colors of #CF4032
Black with #CF4032
Text Example
Text Example
White with #CF4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4032; }
p { color: rgb(207,64,50); }
H1.HeaderClassName
{
color: #CF4032;
}
.AnyTagClassName
{
color: #CF4032;
}
</style>
background-color css
<style>
a { background-color: #CF4032; }
a { background-color: rgb(207,64,50); }
div.DivClassName
{
background-color: #CF4032;
}
.BgClassName
{
background-color: #CF4032;
}
</style>
border-color css
<style>
span { border-color: #CF4032; }
span { border-color: rgb(207,64,50); }
td.TdClassName
{
border-color: #CF4032;
}
.TagClassName
{
border-color: #CF4032;
}
</style>