Shades of Persian Red #CF4039
Tints of Persian Red #CF4039
RGB
CMYK
RGB Variations
Color information
#CF4039 (or 0xCF4039) is known color: Persian Red. HEX triplet: CF, 40 and 39. RGB value is (207,64,57). Sum of RGB (Red+Green+Blue) = 207+64+57=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4039 is #30BFC6. Grayscale: #6A6A6A. Windows color (decimal): -3194823 or 3752143. OLE color: 3752143.
HSL color Cylindrical-coordinate representation of color #CF4039: hue angle of 2.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF4039 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 57 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.19 |
| HSL | 2.8º | 0.61% | 0.52% | - |
| HSV(B) | 2.8º | 0.72% | 0.81% | - |
| XYZ | 28.3 | 17.23 | 5.7 | - |
| YUV | 105.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 57 | 0 | 0.69 | 0.72 | 0.19 | 2.8 | 0.61 | 0.52 |
| Hex | CF | 40 | 39 | 0 | 45 | 48 | 13 | 3 | 3D | 34 |
| Octal | 317 | 100 | 71 | 0 | 105 | 110 | 23 | 3 | 75 | 64 |
| Binary | 11001111 | 1000000 | 111001 | 0 | 1000101 | 1001000 | 10011 | 11 | 111101 | 110100 |
Color Harmonies of #CF4039
Complementary color
Monochromatic Colors of #CF4039
Black with #CF4039
Text Example
Text Example
White with #CF4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4039; }
p { color: rgb(207,64,57); }
H1.HeaderClassName
{
color: #CF4039;
}
.AnyTagClassName
{
color: #CF4039;
}
</style>
background-color css
<style>
a { background-color: #CF4039; }
a { background-color: rgb(207,64,57); }
div.DivClassName
{
background-color: #CF4039;
}
.BgClassName
{
background-color: #CF4039;
}
</style>
border-color css
<style>
span { border-color: #CF4039; }
span { border-color: rgb(207,64,57); }
td.TdClassName
{
border-color: #CF4039;
}
.TagClassName
{
border-color: #CF4039;
}
</style>