Shades of Persian Red #CF312D
Tints of Persian Red #CF312D
RGB
CMYK
RGB Variations
Color information
#CF312D (or 0xCF312D) is known color: Persian Red. HEX triplet: CF, 31 and 2D. RGB value is (207,49,45). Sum of RGB (Red+Green+Blue) = 207+49+45=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF312D is #30CED2. Grayscale: #5F5F5F. Windows color (decimal): -3198675 or 2961871. OLE color: 2961871.
HSL color Cylindrical-coordinate representation of color #CF312D: hue angle of 1.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF312D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 45 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.19 |
| HSL | 1.48º | 0.64% | 0.49% | - |
| HSV(B) | 1.48º | 0.78% | 0.81% | - |
| XYZ | 27.3 | 15.65 | 4.06 | - |
| YUV | 95.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 45 | 0 | 0.76 | 0.78 | 0.19 | 1.48 | 0.64 | 0.49 |
| Hex | CF | 31 | 2D | 0 | 4C | 4E | 13 | 1 | 40 | 31 |
| Octal | 317 | 61 | 55 | 0 | 114 | 116 | 23 | 1 | 100 | 61 |
| Binary | 11001111 | 110001 | 101101 | 0 | 1001100 | 1001110 | 10011 | 1 | 1000000 | 110001 |
Color Harmonies of #CF312D
Complementary color
Monochromatic Colors of #CF312D
Black with #CF312D
Text Example
Text Example
White with #CF312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF312D; }
p { color: rgb(207,49,45); }
H1.HeaderClassName
{
color: #CF312D;
}
.AnyTagClassName
{
color: #CF312D;
}
</style>
background-color css
<style>
a { background-color: #CF312D; }
a { background-color: rgb(207,49,45); }
div.DivClassName
{
background-color: #CF312D;
}
.BgClassName
{
background-color: #CF312D;
}
</style>
border-color css
<style>
span { border-color: #CF312D; }
span { border-color: rgb(207,49,45); }
td.TdClassName
{
border-color: #CF312D;
}
.TagClassName
{
border-color: #CF312D;
}
</style>