Shades of Persian Red #CF4136
Tints of Persian Red #CF4136
RGB
CMYK
RGB Variations
Color information
#CF4136 (or 0xCF4136) is known color: Persian Red. HEX triplet: CF, 41 and 36. RGB value is (207,65,54). Sum of RGB (Red+Green+Blue) = 207+65+54=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4136 is #30BEC9. Grayscale: #6A6A6A. Windows color (decimal): -3194570 or 3555791. OLE color: 3555791.
HSL color Cylindrical-coordinate representation of color #CF4136: hue angle of 4.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF4136 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 54 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.19 |
| HSL | 4.31º | 0.61% | 0.51% | - |
| HSV(B) | 4.31º | 0.74% | 0.81% | - |
| XYZ | 28.29 | 17.31 | 5.34 | - |
| YUV | 106.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 54 | 0 | 0.69 | 0.74 | 0.19 | 4.31 | 0.61 | 0.51 |
| Hex | CF | 41 | 36 | 0 | 45 | 4A | 13 | 4 | 3D | 33 |
| Octal | 317 | 101 | 66 | 0 | 105 | 112 | 23 | 4 | 75 | 63 |
| Binary | 11001111 | 1000001 | 110110 | 0 | 1000101 | 1001010 | 10011 | 100 | 111101 | 110011 |
Color Harmonies of #CF4136
Complementary color
Monochromatic Colors of #CF4136
Black with #CF4136
Text Example
Text Example
White with #CF4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4136; }
p { color: rgb(207,65,54); }
H1.HeaderClassName
{
color: #CF4136;
}
.AnyTagClassName
{
color: #CF4136;
}
</style>
background-color css
<style>
a { background-color: #CF4136; }
a { background-color: rgb(207,65,54); }
div.DivClassName
{
background-color: #CF4136;
}
.BgClassName
{
background-color: #CF4136;
}
</style>
border-color css
<style>
span { border-color: #CF4136; }
span { border-color: rgb(207,65,54); }
td.TdClassName
{
border-color: #CF4136;
}
.TagClassName
{
border-color: #CF4136;
}
</style>