Shades of Persian Red #CF4028
Tints of Persian Red #CF4028
RGB
CMYK
RGB Variations
Color information
#CF4028 (or 0xCF4028) is known color: Persian Red. HEX triplet: CF, 40 and 28. RGB value is (207,64,40). Sum of RGB (Red+Green+Blue) = 207+64+40=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4028 is #30BFD7. Grayscale: #686868. Windows color (decimal): -3194840 or 2638031. OLE color: 2638031.
HSL color Cylindrical-coordinate representation of color #CF4028: hue angle of 8.62º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF4028 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.19 |
| HSL | 8.62º | 0.68% | 0.48% | - |
| HSV(B) | 8.62º | 0.81% | 0.81% | - |
| XYZ | 27.95 | 17.09 | 3.83 | - |
| YUV | 104.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 40 | 0 | 0.69 | 0.81 | 0.19 | 8.62 | 0.68 | 0.48 |
| Hex | CF | 40 | 28 | 0 | 45 | 51 | 13 | 9 | 44 | 30 |
| Octal | 317 | 100 | 50 | 0 | 105 | 121 | 23 | 11 | 104 | 60 |
| Binary | 11001111 | 1000000 | 101000 | 0 | 1000101 | 1010001 | 10011 | 1001 | 1000100 | 110000 |
Color Harmonies of #CF4028
Complementary color
Monochromatic Colors of #CF4028
Black with #CF4028
Text Example
Text Example
White with #CF4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4028; }
p { color: rgb(207,64,40); }
H1.HeaderClassName
{
color: #CF4028;
}
.AnyTagClassName
{
color: #CF4028;
}
</style>
background-color css
<style>
a { background-color: #CF4028; }
a { background-color: rgb(207,64,40); }
div.DivClassName
{
background-color: #CF4028;
}
.BgClassName
{
background-color: #CF4028;
}
</style>
border-color css
<style>
span { border-color: #CF4028; }
span { border-color: rgb(207,64,40); }
td.TdClassName
{
border-color: #CF4028;
}
.TagClassName
{
border-color: #CF4028;
}
</style>