Shades of Persian Red #CF4140
Tints of Persian Red #CF4140
RGB
CMYK
RGB Variations
Color information
#CF4140 (or 0xCF4140) is known color: Persian Red. HEX triplet: CF, 41 and 40. RGB value is (207,65,64). Sum of RGB (Red+Green+Blue) = 207+65+64=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4140 is #30BEBF. Grayscale: #6B6B6B. Windows color (decimal): -3194560 or 4211151. OLE color: 4211151.
HSL color Cylindrical-coordinate representation of color #CF4140: hue angle of 0.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4140 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 64 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.19 |
| HSL | 0.42º | 0.6% | 0.53% | - |
| HSV(B) | 0.42º | 0.69% | 0.81% | - |
| XYZ | 28.55 | 17.42 | 6.71 | - |
| YUV | 107.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 64 | 0 | 0.69 | 0.69 | 0.19 | 0.42 | 0.6 | 0.53 |
| Hex | CF | 41 | 40 | 0 | 45 | 45 | 13 | 0 | 3C | 35 |
| Octal | 317 | 101 | 100 | 0 | 105 | 105 | 23 | 0 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1000000 | 0 | 1000101 | 1000101 | 10011 | 0 | 111100 | 110101 |
Color Harmonies of #CF4140
Complementary color
Monochromatic Colors of #CF4140
Black with #CF4140
Text Example
Text Example
White with #CF4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4140; }
p { color: rgb(207,65,64); }
H1.HeaderClassName
{
color: #CF4140;
}
.AnyTagClassName
{
color: #CF4140;
}
</style>
background-color css
<style>
a { background-color: #CF4140; }
a { background-color: rgb(207,65,64); }
div.DivClassName
{
background-color: #CF4140;
}
.BgClassName
{
background-color: #CF4140;
}
</style>
border-color css
<style>
span { border-color: #CF4140; }
span { border-color: rgb(207,65,64); }
td.TdClassName
{
border-color: #CF4140;
}
.TagClassName
{
border-color: #CF4140;
}
</style>