Shades of Persian Red #CF312C
Tints of Persian Red #CF312C
RGB
CMYK
RGB Variations
Color information
#CF312C (or 0xCF312C) is known color: Persian Red. HEX triplet: CF, 31 and 2C. RGB value is (207,49,44). Sum of RGB (Red+Green+Blue) = 207+49+44=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF312C is #30CED3. Grayscale: #5F5F5F. Windows color (decimal): -3198676 or 2896335. OLE color: 2896335.
HSL color Cylindrical-coordinate representation of color #CF312C: hue angle of 1.84º 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 #CF312C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.19 |
| HSL | 1.84º | 0.65% | 0.49% | - |
| HSV(B) | 1.84º | 0.79% | 0.81% | - |
| XYZ | 27.29 | 15.64 | 3.96 | - |
| YUV | 95.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 44 | 0 | 0.76 | 0.79 | 0.19 | 1.84 | 0.65 | 0.49 |
| Hex | CF | 31 | 2C | 0 | 4C | 4F | 13 | 2 | 41 | 31 |
| Octal | 317 | 61 | 54 | 0 | 114 | 117 | 23 | 2 | 101 | 61 |
| Binary | 11001111 | 110001 | 101100 | 0 | 1001100 | 1001111 | 10011 | 10 | 1000001 | 110001 |
Color Harmonies of #CF312C
Complementary color
Monochromatic Colors of #CF312C
Black with #CF312C
Text Example
Text Example
White with #CF312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF312C; }
p { color: rgb(207,49,44); }
H1.HeaderClassName
{
color: #CF312C;
}
.AnyTagClassName
{
color: #CF312C;
}
</style>
background-color css
<style>
a { background-color: #CF312C; }
a { background-color: rgb(207,49,44); }
div.DivClassName
{
background-color: #CF312C;
}
.BgClassName
{
background-color: #CF312C;
}
</style>
border-color css
<style>
span { border-color: #CF312C; }
span { border-color: rgb(207,49,44); }
td.TdClassName
{
border-color: #CF312C;
}
.TagClassName
{
border-color: #CF312C;
}
</style>