Shades of Persian Red #CF3526
Tints of Persian Red #CF3526
RGB
CMYK
RGB Variations
Color information
#CF3526 (or 0xCF3526) is known color: Persian Red. HEX triplet: CF, 35 and 26. RGB value is (207,53,38). Sum of RGB (Red+Green+Blue) = 207+53+38=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3526 is #30CAD9. Grayscale: #616161. Windows color (decimal): -3197658 or 2504143. OLE color: 2504143.
HSL color Cylindrical-coordinate representation of color #CF3526: hue angle of 5.33º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF3526 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 38 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.19 |
| HSL | 5.33º | 0.69% | 0.48% | - |
| HSV(B) | 5.33º | 0.82% | 0.81% | - |
| XYZ | 27.36 | 15.95 | 3.47 | - |
| YUV | 97.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 38 | 0 | 0.74 | 0.82 | 0.19 | 5.33 | 0.69 | 0.48 |
| Hex | CF | 35 | 26 | 0 | 4A | 52 | 13 | 5 | 45 | 30 |
| Octal | 317 | 65 | 46 | 0 | 112 | 122 | 23 | 5 | 105 | 60 |
| Binary | 11001111 | 110101 | 100110 | 0 | 1001010 | 1010010 | 10011 | 101 | 1000101 | 110000 |
Color Harmonies of #CF3526
Complementary color
Monochromatic Colors of #CF3526
Black with #CF3526
Text Example
Text Example
White with #CF3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3526; }
p { color: rgb(207,53,38); }
H1.HeaderClassName
{
color: #CF3526;
}
.AnyTagClassName
{
color: #CF3526;
}
</style>
background-color css
<style>
a { background-color: #CF3526; }
a { background-color: rgb(207,53,38); }
div.DivClassName
{
background-color: #CF3526;
}
.BgClassName
{
background-color: #CF3526;
}
</style>
border-color css
<style>
span { border-color: #CF3526; }
span { border-color: rgb(207,53,38); }
td.TdClassName
{
border-color: #CF3526;
}
.TagClassName
{
border-color: #CF3526;
}
</style>