Shades of Persian Red #CF3931
Tints of Persian Red #CF3931
RGB
CMYK
RGB Variations
Color information
#CF3931 (or 0xCF3931) is known color: Persian Red. HEX triplet: CF, 39 and 31. RGB value is (207,57,49). Sum of RGB (Red+Green+Blue) = 207+57+49=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3931 is #30C6CE. Grayscale: #656565. Windows color (decimal): -3196623 or 3226063. OLE color: 3226063.
HSL color Cylindrical-coordinate representation of color #CF3931: hue angle of 3.04º 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 #CF3931 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.19 |
| HSL | 3.04º | 0.62% | 0.5% | - |
| HSV(B) | 3.04º | 0.76% | 0.81% | - |
| XYZ | 27.75 | 16.41 | 4.61 | - |
| YUV | 100.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 49 | 0 | 0.72 | 0.76 | 0.19 | 3.04 | 0.62 | 0.5 |
| Hex | CF | 39 | 31 | 0 | 48 | 4C | 13 | 3 | 3E | 32 |
| Octal | 317 | 71 | 61 | 0 | 110 | 114 | 23 | 3 | 76 | 62 |
| Binary | 11001111 | 111001 | 110001 | 0 | 1001000 | 1001100 | 10011 | 11 | 111110 | 110010 |
Color Harmonies of #CF3931
Complementary color
Monochromatic Colors of #CF3931
Black with #CF3931
Text Example
Text Example
White with #CF3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3931; }
p { color: rgb(207,57,49); }
H1.HeaderClassName
{
color: #CF3931;
}
.AnyTagClassName
{
color: #CF3931;
}
</style>
background-color css
<style>
a { background-color: #CF3931; }
a { background-color: rgb(207,57,49); }
div.DivClassName
{
background-color: #CF3931;
}
.BgClassName
{
background-color: #CF3931;
}
</style>
border-color css
<style>
span { border-color: #CF3931; }
span { border-color: rgb(207,57,49); }
td.TdClassName
{
border-color: #CF3931;
}
.TagClassName
{
border-color: #CF3931;
}
</style>