Shades of Persian Red #CF4033
Tints of Persian Red #CF4033
RGB
CMYK
RGB Variations
Color information
#CF4033 (or 0xCF4033) is known color: Persian Red. HEX triplet: CF, 40 and 33. RGB value is (207,64,51). Sum of RGB (Red+Green+Blue) = 207+64+51=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4033 is #30BFCC. Grayscale: #696969. Windows color (decimal): -3194829 or 3358927. OLE color: 3358927.
HSL color Cylindrical-coordinate representation of color #CF4033: hue angle of 5º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF4033 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 51 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.19 |
| HSL | 5º | 0.62% | 0.51% | - |
| HSV(B) | 5º | 0.75% | 0.81% | - |
| XYZ | 28.16 | 17.17 | 4.96 | - |
| YUV | 105.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 51 | 0 | 0.69 | 0.75 | 0.19 | 5 | 0.62 | 0.51 |
| Hex | CF | 40 | 33 | 0 | 45 | 4B | 13 | 5 | 3E | 33 |
| Octal | 317 | 100 | 63 | 0 | 105 | 113 | 23 | 5 | 76 | 63 |
| Binary | 11001111 | 1000000 | 110011 | 0 | 1000101 | 1001011 | 10011 | 101 | 111110 | 110011 |
Color Harmonies of #CF4033
Complementary color
Monochromatic Colors of #CF4033
Black with #CF4033
Text Example
Text Example
White with #CF4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4033; }
p { color: rgb(207,64,51); }
H1.HeaderClassName
{
color: #CF4033;
}
.AnyTagClassName
{
color: #CF4033;
}
</style>
background-color css
<style>
a { background-color: #CF4033; }
a { background-color: rgb(207,64,51); }
div.DivClassName
{
background-color: #CF4033;
}
.BgClassName
{
background-color: #CF4033;
}
</style>
border-color css
<style>
span { border-color: #CF4033; }
span { border-color: rgb(207,64,51); }
td.TdClassName
{
border-color: #CF4033;
}
.TagClassName
{
border-color: #CF4033;
}
</style>