Shades of Persian Red #CF392F
Tints of Persian Red #CF392F
RGB
CMYK
RGB Variations
Color information
#CF392F (or 0xCF392F) is known color: Persian Red. HEX triplet: CF, 39 and 2F. RGB value is (207,57,47). Sum of RGB (Red+Green+Blue) = 207+57+47=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF392F is #30C6D0. Grayscale: #646464. Windows color (decimal): -3196625 or 3094991. OLE color: 3094991.
HSL color Cylindrical-coordinate representation of color #CF392F: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF392F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.19 |
| HSL | 3.75º | 0.63% | 0.5% | - |
| HSV(B) | 3.75º | 0.77% | 0.81% | - |
| XYZ | 27.71 | 16.4 | 4.39 | - |
| YUV | 100.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 47 | 0 | 0.72 | 0.77 | 0.19 | 3.75 | 0.63 | 0.5 |
| Hex | CF | 39 | 2F | 0 | 48 | 4D | 13 | 4 | 3F | 32 |
| Octal | 317 | 71 | 57 | 0 | 110 | 115 | 23 | 4 | 77 | 62 |
| Binary | 11001111 | 111001 | 101111 | 0 | 1001000 | 1001101 | 10011 | 100 | 111111 | 110010 |
Color Harmonies of #CF392F
Complementary color
Monochromatic Colors of #CF392F
Black with #CF392F
Text Example
Text Example
White with #CF392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF392F; }
p { color: rgb(207,57,47); }
H1.HeaderClassName
{
color: #CF392F;
}
.AnyTagClassName
{
color: #CF392F;
}
</style>
background-color css
<style>
a { background-color: #CF392F; }
a { background-color: rgb(207,57,47); }
div.DivClassName
{
background-color: #CF392F;
}
.BgClassName
{
background-color: #CF392F;
}
</style>
border-color css
<style>
span { border-color: #CF392F; }
span { border-color: rgb(207,57,47); }
td.TdClassName
{
border-color: #CF392F;
}
.TagClassName
{
border-color: #CF392F;
}
</style>