Shades of Persian Red #CF443E
Tints of Persian Red #CF443E
RGB
CMYK
RGB Variations
Color information
#CF443E (or 0xCF443E) is known color: Persian Red. HEX triplet: CF, 44 and 3E. RGB value is (207,68,62). Sum of RGB (Red+Green+Blue) = 207+68+62=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF443E is #30BBC1. Grayscale: #6D6D6D. Windows color (decimal): -3193794 or 4080847. OLE color: 4080847.
HSL color Cylindrical-coordinate representation of color #CF443E: hue angle of 2.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF443E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 62 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.19 |
| HSL | 2.48º | 0.6% | 0.53% | - |
| HSV(B) | 2.48º | 0.7% | 0.81% | - |
| XYZ | 28.67 | 17.75 | 6.47 | - |
| YUV | 108.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 62 | 0 | 0.67 | 0.70 | 0.19 | 2.48 | 0.6 | 0.53 |
| Hex | CF | 44 | 3E | 0 | 43 | 46 | 13 | 2 | 3C | 35 |
| Octal | 317 | 104 | 76 | 0 | 103 | 106 | 23 | 2 | 74 | 65 |
| Binary | 11001111 | 1000100 | 111110 | 0 | 1000011 | 1000110 | 10011 | 10 | 111100 | 110101 |
Color Harmonies of #CF443E
Complementary color
Monochromatic Colors of #CF443E
Black with #CF443E
Text Example
Text Example
White with #CF443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF443E; }
p { color: rgb(207,68,62); }
H1.HeaderClassName
{
color: #CF443E;
}
.AnyTagClassName
{
color: #CF443E;
}
</style>
background-color css
<style>
a { background-color: #CF443E; }
a { background-color: rgb(207,68,62); }
div.DivClassName
{
background-color: #CF443E;
}
.BgClassName
{
background-color: #CF443E;
}
</style>
border-color css
<style>
span { border-color: #CF443E; }
span { border-color: rgb(207,68,62); }
td.TdClassName
{
border-color: #CF443E;
}
.TagClassName
{
border-color: #CF443E;
}
</style>