Shades of Persian Red #CF4038
Tints of Persian Red #CF4038
RGB
CMYK
RGB Variations
Color information
#CF4038 (or 0xCF4038) is known color: Persian Red. HEX triplet: CF, 40 and 38. RGB value is (207,64,56). Sum of RGB (Red+Green+Blue) = 207+64+56=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4038 is #30BFC7. Grayscale: #6A6A6A. Windows color (decimal): -3194824 or 3686607. OLE color: 3686607.
HSL color Cylindrical-coordinate representation of color #CF4038: hue angle of 3.18º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4038 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 56 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.19 |
| HSL | 3.18º | 0.61% | 0.52% | - |
| HSV(B) | 3.18º | 0.73% | 0.81% | - |
| XYZ | 28.28 | 17.22 | 5.57 | - |
| YUV | 105.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 56 | 0 | 0.69 | 0.73 | 0.19 | 3.18 | 0.61 | 0.52 |
| Hex | CF | 40 | 38 | 0 | 45 | 49 | 13 | 3 | 3D | 34 |
| Octal | 317 | 100 | 70 | 0 | 105 | 111 | 23 | 3 | 75 | 64 |
| Binary | 11001111 | 1000000 | 111000 | 0 | 1000101 | 1001001 | 10011 | 11 | 111101 | 110100 |
Color Harmonies of #CF4038
Complementary color
Monochromatic Colors of #CF4038
Black with #CF4038
Text Example
Text Example
White with #CF4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4038; }
p { color: rgb(207,64,56); }
H1.HeaderClassName
{
color: #CF4038;
}
.AnyTagClassName
{
color: #CF4038;
}
</style>
background-color css
<style>
a { background-color: #CF4038; }
a { background-color: rgb(207,64,56); }
div.DivClassName
{
background-color: #CF4038;
}
.BgClassName
{
background-color: #CF4038;
}
</style>
border-color css
<style>
span { border-color: #CF4038; }
span { border-color: rgb(207,64,56); }
td.TdClassName
{
border-color: #CF4038;
}
.TagClassName
{
border-color: #CF4038;
}
</style>