Shades of Persian Red #CF402F
Tints of Persian Red #CF402F
RGB
CMYK
RGB Variations
Color information
#CF402F (or 0xCF402F) is known color: Persian Red. HEX triplet: CF, 40 and 2F. RGB value is (207,64,47). Sum of RGB (Red+Green+Blue) = 207+64+47=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF402F is #30BFD0. Grayscale: #696969. Windows color (decimal): -3194833 or 3096783. OLE color: 3096783.
HSL color Cylindrical-coordinate representation of color #CF402F: hue angle of 6.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 #CF402F is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 47 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.19 |
| HSL | 6.38º | 0.63% | 0.5% | - |
| HSV(B) | 6.38º | 0.77% | 0.81% | - |
| XYZ | 28.08 | 17.14 | 4.52 | - |
| YUV | 104.82 | 95.38 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 47 | 0 | 0.69 | 0.77 | 0.19 | 6.38 | 0.63 | 0.5 |
| Hex | CF | 40 | 2F | 0 | 45 | 4D | 13 | 6 | 3F | 32 |
| Octal | 317 | 100 | 57 | 0 | 105 | 115 | 23 | 6 | 77 | 62 |
| Binary | 11001111 | 1000000 | 101111 | 0 | 1000101 | 1001101 | 10011 | 110 | 111111 | 110010 |
Color Harmonies of #CF402F
Complementary color
Monochromatic Colors of #CF402F
Black with #CF402F
Text Example
Text Example
White with #CF402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF402F; }
p { color: rgb(207,64,47); }
H1.HeaderClassName
{
color: #CF402F;
}
.AnyTagClassName
{
color: #CF402F;
}
</style>
background-color css
<style>
a { background-color: #CF402F; }
a { background-color: rgb(207,64,47); }
div.DivClassName
{
background-color: #CF402F;
}
.BgClassName
{
background-color: #CF402F;
}
</style>
border-color css
<style>
span { border-color: #CF402F; }
span { border-color: rgb(207,64,47); }
td.TdClassName
{
border-color: #CF402F;
}
.TagClassName
{
border-color: #CF402F;
}
</style>