Shades of Persian Red #CF382F
Tints of Persian Red #CF382F
RGB
CMYK
RGB Variations
Color information
#CF382F (or 0xCF382F) is known color: Persian Red. HEX triplet: CF, 38 and 2F. RGB value is (207,56,47). Sum of RGB (Red+Green+Blue) = 207+56+47=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF382F is #30C7D0. Grayscale: #646464. Windows color (decimal): -3196881 or 3094735. OLE color: 3094735.
HSL color Cylindrical-coordinate representation of color #CF382F: hue angle of 3.38º 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 #CF382F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 47 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.19 |
| HSL | 3.38º | 0.63% | 0.5% | - |
| HSV(B) | 3.38º | 0.77% | 0.81% | - |
| XYZ | 27.66 | 16.3 | 4.38 | - |
| YUV | 100.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 47 | 0 | 0.73 | 0.77 | 0.19 | 3.38 | 0.63 | 0.5 |
| Hex | CF | 38 | 2F | 0 | 49 | 4D | 13 | 3 | 3F | 32 |
| Octal | 317 | 70 | 57 | 0 | 111 | 115 | 23 | 3 | 77 | 62 |
| Binary | 11001111 | 111000 | 101111 | 0 | 1001001 | 1001101 | 10011 | 11 | 111111 | 110010 |
Color Harmonies of #CF382F
Complementary color
Monochromatic Colors of #CF382F
Black with #CF382F
Text Example
Text Example
White with #CF382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF382F; }
p { color: rgb(207,56,47); }
H1.HeaderClassName
{
color: #CF382F;
}
.AnyTagClassName
{
color: #CF382F;
}
</style>
background-color css
<style>
a { background-color: #CF382F; }
a { background-color: rgb(207,56,47); }
div.DivClassName
{
background-color: #CF382F;
}
.BgClassName
{
background-color: #CF382F;
}
</style>
border-color css
<style>
span { border-color: #CF382F; }
span { border-color: rgb(207,56,47); }
td.TdClassName
{
border-color: #CF382F;
}
.TagClassName
{
border-color: #CF382F;
}
</style>