Shades of Persian Red #CF3F3E
Tints of Persian Red #CF3F3E
RGB
CMYK
RGB Variations
Color information
#CF3F3E (or 0xCF3F3E) is known color: Persian Red. HEX triplet: CF, 3F and 3E. RGB value is (207,63,62). Sum of RGB (Red+Green+Blue) = 207+63+62=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F3E is #30C0C1. Grayscale: #6A6A6A. Windows color (decimal): -3195074 or 4079567. OLE color: 4079567.
HSL color Cylindrical-coordinate representation of color #CF3F3E: hue angle of 0.41º 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 #CF3F3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 62 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.19 |
| HSL | 0.41º | 0.6% | 0.53% | - |
| HSV(B) | 0.41º | 0.7% | 0.81% | - |
| XYZ | 28.38 | 17.17 | 6.38 | - |
| YUV | 105.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 62 | 0 | 0.70 | 0.70 | 0.19 | 0.41 | 0.6 | 0.53 |
| Hex | CF | 3F | 3E | 0 | 46 | 46 | 13 | 0 | 3C | 35 |
| Octal | 317 | 77 | 76 | 0 | 106 | 106 | 23 | 0 | 74 | 65 |
| Binary | 11001111 | 111111 | 111110 | 0 | 1000110 | 1000110 | 10011 | 0 | 111100 | 110101 |
Color Harmonies of #CF3F3E
Complementary color
Monochromatic Colors of #CF3F3E
Black with #CF3F3E
Text Example
Text Example
White with #CF3F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F3E; }
p { color: rgb(207,63,62); }
H1.HeaderClassName
{
color: #CF3F3E;
}
.AnyTagClassName
{
color: #CF3F3E;
}
</style>
background-color css
<style>
a { background-color: #CF3F3E; }
a { background-color: rgb(207,63,62); }
div.DivClassName
{
background-color: #CF3F3E;
}
.BgClassName
{
background-color: #CF3F3E;
}
</style>
border-color css
<style>
span { border-color: #CF3F3E; }
span { border-color: rgb(207,63,62); }
td.TdClassName
{
border-color: #CF3F3E;
}
.TagClassName
{
border-color: #CF3F3E;
}
</style>