Shades of Persian Red #CF3928
Tints of Persian Red #CF3928
RGB
CMYK
RGB Variations
Color information
#CF3928 (or 0xCF3928) is known color: Persian Red. HEX triplet: CF, 39 and 28. RGB value is (207,57,40). Sum of RGB (Red+Green+Blue) = 207+57+40=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3928 is #30C6D7. Grayscale: #646464. Windows color (decimal): -3196632 or 2636239. OLE color: 2636239.
HSL color Cylindrical-coordinate representation of color #CF3928: hue angle of 6.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3928 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 40 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.19 |
| HSL | 6.11º | 0.68% | 0.48% | - |
| HSV(B) | 6.11º | 0.81% | 0.81% | - |
| XYZ | 27.58 | 16.34 | 3.71 | - |
| YUV | 99.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 40 | 0 | 0.72 | 0.81 | 0.19 | 6.11 | 0.68 | 0.48 |
| Hex | CF | 39 | 28 | 0 | 48 | 51 | 13 | 6 | 44 | 30 |
| Octal | 317 | 71 | 50 | 0 | 110 | 121 | 23 | 6 | 104 | 60 |
| Binary | 11001111 | 111001 | 101000 | 0 | 1001000 | 1010001 | 10011 | 110 | 1000100 | 110000 |
Color Harmonies of #CF3928
Complementary color
Monochromatic Colors of #CF3928
Black with #CF3928
Text Example
Text Example
White with #CF3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3928; }
p { color: rgb(207,57,40); }
H1.HeaderClassName
{
color: #CF3928;
}
.AnyTagClassName
{
color: #CF3928;
}
</style>
background-color css
<style>
a { background-color: #CF3928; }
a { background-color: rgb(207,57,40); }
div.DivClassName
{
background-color: #CF3928;
}
.BgClassName
{
background-color: #CF3928;
}
</style>
border-color css
<style>
span { border-color: #CF3928; }
span { border-color: rgb(207,57,40); }
td.TdClassName
{
border-color: #CF3928;
}
.TagClassName
{
border-color: #CF3928;
}
</style>