Shades of Persian Red #CF3F2C
Tints of Persian Red #CF3F2C
RGB
CMYK
RGB Variations
Color information
#CF3F2C (or 0xCF3F2C) is known color: Persian Red. HEX triplet: CF, 3F and 2C. RGB value is (207,63,44). Sum of RGB (Red+Green+Blue) = 207+63+44=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F2C is #30C0D3. Grayscale: #686868. Windows color (decimal): -3195092 or 2899919. OLE color: 2899919.
HSL color Cylindrical-coordinate representation of color #CF3F2C: hue angle of 6.99º degrees, saturation: 0.65, 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 #CF3F2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.19 |
| HSL | 6.99º | 0.65% | 0.49% | - |
| HSV(B) | 6.99º | 0.79% | 0.81% | - |
| XYZ | 27.96 | 17 | 4.19 | - |
| YUV | 103.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 44 | 0 | 0.70 | 0.79 | 0.19 | 6.99 | 0.65 | 0.49 |
| Hex | CF | 3F | 2C | 0 | 46 | 4F | 13 | 7 | 41 | 31 |
| Octal | 317 | 77 | 54 | 0 | 106 | 117 | 23 | 7 | 101 | 61 |
| Binary | 11001111 | 111111 | 101100 | 0 | 1000110 | 1001111 | 10011 | 111 | 1000001 | 110001 |
Color Harmonies of #CF3F2C
Complementary color
Monochromatic Colors of #CF3F2C
Black with #CF3F2C
Text Example
Text Example
White with #CF3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F2C; }
p { color: rgb(207,63,44); }
H1.HeaderClassName
{
color: #CF3F2C;
}
.AnyTagClassName
{
color: #CF3F2C;
}
</style>
background-color css
<style>
a { background-color: #CF3F2C; }
a { background-color: rgb(207,63,44); }
div.DivClassName
{
background-color: #CF3F2C;
}
.BgClassName
{
background-color: #CF3F2C;
}
</style>
border-color css
<style>
span { border-color: #CF3F2C; }
span { border-color: rgb(207,63,44); }
td.TdClassName
{
border-color: #CF3F2C;
}
.TagClassName
{
border-color: #CF3F2C;
}
</style>