Shades of Persian Red #CF413D
Tints of Persian Red #CF413D
RGB
CMYK
RGB Variations
Color information
#CF413D (or 0xCF413D) is known color: Persian Red. HEX triplet: CF, 41 and 3D. RGB value is (207,65,61). Sum of RGB (Red+Green+Blue) = 207+65+61=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF413D is #30BEC2. Grayscale: #6B6B6B. Windows color (decimal): -3194563 or 4014543. OLE color: 4014543.
HSL color Cylindrical-coordinate representation of color #CF413D: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF413D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 61 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.19 |
| HSL | 1.64º | 0.6% | 0.53% | - |
| HSV(B) | 1.64º | 0.71% | 0.81% | - |
| XYZ | 28.46 | 17.38 | 6.27 | - |
| YUV | 107 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 61 | 0 | 0.69 | 0.71 | 0.19 | 1.64 | 0.6 | 0.53 |
| Hex | CF | 41 | 3D | 0 | 45 | 47 | 13 | 2 | 3C | 35 |
| Octal | 317 | 101 | 75 | 0 | 105 | 107 | 23 | 2 | 74 | 65 |
| Binary | 11001111 | 1000001 | 111101 | 0 | 1000101 | 1000111 | 10011 | 10 | 111100 | 110101 |
Color Harmonies of #CF413D
Complementary color
Monochromatic Colors of #CF413D
Black with #CF413D
Text Example
Text Example
White with #CF413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF413D; }
p { color: rgb(207,65,61); }
H1.HeaderClassName
{
color: #CF413D;
}
.AnyTagClassName
{
color: #CF413D;
}
</style>
background-color css
<style>
a { background-color: #CF413D; }
a { background-color: rgb(207,65,61); }
div.DivClassName
{
background-color: #CF413D;
}
.BgClassName
{
background-color: #CF413D;
}
</style>
border-color css
<style>
span { border-color: #CF413D; }
span { border-color: rgb(207,65,61); }
td.TdClassName
{
border-color: #CF413D;
}
.TagClassName
{
border-color: #CF413D;
}
</style>