Shades of Persian Red #CF3C2B
Tints of Persian Red #CF3C2B
RGB
CMYK
RGB Variations
Color information
#CF3C2B (or 0xCF3C2B) is known color: Persian Red. HEX triplet: CF, 3C and 2B. RGB value is (207,60,43). Sum of RGB (Red+Green+Blue) = 207+60+43=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C2B is #30C3D4. Grayscale: #666666. Windows color (decimal): -3195861 or 2833615. OLE color: 2833615.
HSL color Cylindrical-coordinate representation of color #CF3C2B: hue angle of 6.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF3C2B is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 43 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.19 |
| HSL | 6.22º | 0.66% | 0.49% | - |
| HSV(B) | 6.22º | 0.79% | 0.81% | - |
| XYZ | 27.78 | 16.67 | 4.04 | - |
| YUV | 102.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 43 | 0 | 0.71 | 0.79 | 0.19 | 6.22 | 0.66 | 0.49 |
| Hex | CF | 3C | 2B | 0 | 47 | 4F | 13 | 6 | 42 | 31 |
| Octal | 317 | 74 | 53 | 0 | 107 | 117 | 23 | 6 | 102 | 61 |
| Binary | 11001111 | 111100 | 101011 | 0 | 1000111 | 1001111 | 10011 | 110 | 1000010 | 110001 |
Color Harmonies of #CF3C2B
Complementary color
Monochromatic Colors of #CF3C2B
Black with #CF3C2B
Text Example
Text Example
White with #CF3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C2B; }
p { color: rgb(207,60,43); }
H1.HeaderClassName
{
color: #CF3C2B;
}
.AnyTagClassName
{
color: #CF3C2B;
}
</style>
background-color css
<style>
a { background-color: #CF3C2B; }
a { background-color: rgb(207,60,43); }
div.DivClassName
{
background-color: #CF3C2B;
}
.BgClassName
{
background-color: #CF3C2B;
}
</style>
border-color css
<style>
span { border-color: #CF3C2B; }
span { border-color: rgb(207,60,43); }
td.TdClassName
{
border-color: #CF3C2B;
}
.TagClassName
{
border-color: #CF3C2B;
}
</style>