Shades of Persian Red #CF3937
Tints of Persian Red #CF3937
RGB
CMYK
RGB Variations
Color information
#CF3937 (or 0xCF3937) is known color: Persian Red. HEX triplet: CF, 39 and 37. RGB value is (207,57,55). Sum of RGB (Red+Green+Blue) = 207+57+55=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3937 is #30C6C8. Grayscale: #656565. Windows color (decimal): -3196617 or 3619279. OLE color: 3619279.
HSL color Cylindrical-coordinate representation of color #CF3937: hue angle of 0.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3937 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 55 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.19 |
| HSL | 0.79º | 0.61% | 0.51% | - |
| HSV(B) | 0.79º | 0.73% | 0.81% | - |
| XYZ | 27.88 | 16.47 | 5.32 | - |
| YUV | 101.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 55 | 0 | 0.72 | 0.73 | 0.19 | 0.79 | 0.61 | 0.51 |
| Hex | CF | 39 | 37 | 0 | 48 | 49 | 13 | 1 | 3D | 33 |
| Octal | 317 | 71 | 67 | 0 | 110 | 111 | 23 | 1 | 75 | 63 |
| Binary | 11001111 | 111001 | 110111 | 0 | 1001000 | 1001001 | 10011 | 1 | 111101 | 110011 |
Color Harmonies of #CF3937
Complementary color
Monochromatic Colors of #CF3937
Black with #CF3937
Text Example
Text Example
White with #CF3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3937; }
p { color: rgb(207,57,55); }
H1.HeaderClassName
{
color: #CF3937;
}
.AnyTagClassName
{
color: #CF3937;
}
</style>
background-color css
<style>
a { background-color: #CF3937; }
a { background-color: rgb(207,57,55); }
div.DivClassName
{
background-color: #CF3937;
}
.BgClassName
{
background-color: #CF3937;
}
</style>
border-color css
<style>
span { border-color: #CF3937; }
span { border-color: rgb(207,57,55); }
td.TdClassName
{
border-color: #CF3937;
}
.TagClassName
{
border-color: #CF3937;
}
</style>