Shades of Persian Red #CF4135
Tints of Persian Red #CF4135
RGB
CMYK
RGB Variations
Color information
#CF4135 (or 0xCF4135) is known color: Persian Red. HEX triplet: CF, 41 and 35. RGB value is (207,65,53). Sum of RGB (Red+Green+Blue) = 207+65+53=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4135 is #30BECA. Grayscale: #6A6A6A. Windows color (decimal): -3194571 or 3490255. OLE color: 3490255.
HSL color Cylindrical-coordinate representation of color #CF4135: hue angle of 4.68º degrees, saturation: 0.62, 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 #CF4135 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 53 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.19 |
| HSL | 4.68º | 0.62% | 0.51% | - |
| HSV(B) | 4.68º | 0.74% | 0.81% | - |
| XYZ | 28.27 | 17.3 | 5.22 | - |
| YUV | 106.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 53 | 0 | 0.69 | 0.74 | 0.19 | 4.68 | 0.62 | 0.51 |
| Hex | CF | 41 | 35 | 0 | 45 | 4A | 13 | 5 | 3E | 33 |
| Octal | 317 | 101 | 65 | 0 | 105 | 112 | 23 | 5 | 76 | 63 |
| Binary | 11001111 | 1000001 | 110101 | 0 | 1000101 | 1001010 | 10011 | 101 | 111110 | 110011 |
Color Harmonies of #CF4135
Complementary color
Monochromatic Colors of #CF4135
Black with #CF4135
Text Example
Text Example
White with #CF4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4135; }
p { color: rgb(207,65,53); }
H1.HeaderClassName
{
color: #CF4135;
}
.AnyTagClassName
{
color: #CF4135;
}
</style>
background-color css
<style>
a { background-color: #CF4135; }
a { background-color: rgb(207,65,53); }
div.DivClassName
{
background-color: #CF4135;
}
.BgClassName
{
background-color: #CF4135;
}
</style>
border-color css
<style>
span { border-color: #CF4135; }
span { border-color: rgb(207,65,53); }
td.TdClassName
{
border-color: #CF4135;
}
.TagClassName
{
border-color: #CF4135;
}
</style>