Shades of Persian Red #CF413A
Tints of Persian Red #CF413A
RGB
CMYK
RGB Variations
Color information
#CF413A (or 0xCF413A) is known color: Persian Red. HEX triplet: CF, 41 and 3A. RGB value is (207,65,58). Sum of RGB (Red+Green+Blue) = 207+65+58=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF413A is #30BEC5. Grayscale: #6A6A6A. Windows color (decimal): -3194566 or 3817935. OLE color: 3817935.
HSL color Cylindrical-coordinate representation of color #CF413A: hue angle of 2.82º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF413A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 58 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.19 |
| HSL | 2.82º | 0.61% | 0.52% | - |
| HSV(B) | 2.82º | 0.72% | 0.81% | - |
| XYZ | 28.39 | 17.35 | 5.86 | - |
| YUV | 106.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 58 | 0 | 0.69 | 0.72 | 0.19 | 2.82 | 0.61 | 0.52 |
| Hex | CF | 41 | 3A | 0 | 45 | 48 | 13 | 3 | 3D | 34 |
| Octal | 317 | 101 | 72 | 0 | 105 | 110 | 23 | 3 | 75 | 64 |
| Binary | 11001111 | 1000001 | 111010 | 0 | 1000101 | 1001000 | 10011 | 11 | 111101 | 110100 |
Color Harmonies of #CF413A
Complementary color
Monochromatic Colors of #CF413A
Black with #CF413A
Text Example
Text Example
White with #CF413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF413A; }
p { color: rgb(207,65,58); }
H1.HeaderClassName
{
color: #CF413A;
}
.AnyTagClassName
{
color: #CF413A;
}
</style>
background-color css
<style>
a { background-color: #CF413A; }
a { background-color: rgb(207,65,58); }
div.DivClassName
{
background-color: #CF413A;
}
.BgClassName
{
background-color: #CF413A;
}
</style>
border-color css
<style>
span { border-color: #CF413A; }
span { border-color: rgb(207,65,58); }
td.TdClassName
{
border-color: #CF413A;
}
.TagClassName
{
border-color: #CF413A;
}
</style>