Shades of Persian Red #CF3231
Tints of Persian Red #CF3231
RGB
CMYK
RGB Variations
Color information
#CF3231 (or 0xCF3231) is known color: Persian Red. HEX triplet: CF, 32 and 31. RGB value is (207,50,49). Sum of RGB (Red+Green+Blue) = 207+50+49=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3231 is #30CDCE. Grayscale: #606060. Windows color (decimal): -3198415 or 3224271. OLE color: 3224271.
HSL color Cylindrical-coordinate representation of color #CF3231: hue angle of 0.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3231 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 49 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.19 |
| HSL | 0.38º | 0.62% | 0.5% | - |
| HSV(B) | 0.38º | 0.76% | 0.81% | - |
| XYZ | 27.43 | 15.77 | 4.5 | - |
| YUV | 96.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 49 | 0 | 0.76 | 0.76 | 0.19 | 0.38 | 0.62 | 0.5 |
| Hex | CF | 32 | 31 | 0 | 4C | 4C | 13 | 0 | 3E | 32 |
| Octal | 317 | 62 | 61 | 0 | 114 | 114 | 23 | 0 | 76 | 62 |
| Binary | 11001111 | 110010 | 110001 | 0 | 1001100 | 1001100 | 10011 | 0 | 111110 | 110010 |
Color Harmonies of #CF3231
Complementary color
Monochromatic Colors of #CF3231
Black with #CF3231
Text Example
Text Example
White with #CF3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3231; }
p { color: rgb(207,50,49); }
H1.HeaderClassName
{
color: #CF3231;
}
.AnyTagClassName
{
color: #CF3231;
}
</style>
background-color css
<style>
a { background-color: #CF3231; }
a { background-color: rgb(207,50,49); }
div.DivClassName
{
background-color: #CF3231;
}
.BgClassName
{
background-color: #CF3231;
}
</style>
border-color css
<style>
span { border-color: #CF3231; }
span { border-color: rgb(207,50,49); }
td.TdClassName
{
border-color: #CF3231;
}
.TagClassName
{
border-color: #CF3231;
}
</style>