Shades of Persian Red #CF403C
Tints of Persian Red #CF403C
RGB
CMYK
RGB Variations
Color information
#CF403C (or 0xCF403C) is known color: Persian Red. HEX triplet: CF, 40 and 3C. RGB value is (207,64,60). Sum of RGB (Red+Green+Blue) = 207+64+60=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF403C is #30BFC3. Grayscale: #6A6A6A. Windows color (decimal): -3194820 or 3948751. OLE color: 3948751.
HSL color Cylindrical-coordinate representation of color #CF403C: hue angle of 1.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF403C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 60 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.19 |
| HSL | 1.63º | 0.6% | 0.52% | - |
| HSV(B) | 1.63º | 0.71% | 0.81% | - |
| XYZ | 28.38 | 17.26 | 6.11 | - |
| YUV | 106.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 60 | 0 | 0.69 | 0.71 | 0.19 | 1.63 | 0.6 | 0.52 |
| Hex | CF | 40 | 3C | 0 | 45 | 47 | 13 | 2 | 3C | 34 |
| Octal | 317 | 100 | 74 | 0 | 105 | 107 | 23 | 2 | 74 | 64 |
| Binary | 11001111 | 1000000 | 111100 | 0 | 1000101 | 1000111 | 10011 | 10 | 111100 | 110100 |
Color Harmonies of #CF403C
Complementary color
Monochromatic Colors of #CF403C
Black with #CF403C
Text Example
Text Example
White with #CF403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF403C; }
p { color: rgb(207,64,60); }
H1.HeaderClassName
{
color: #CF403C;
}
.AnyTagClassName
{
color: #CF403C;
}
</style>
background-color css
<style>
a { background-color: #CF403C; }
a { background-color: rgb(207,64,60); }
div.DivClassName
{
background-color: #CF403C;
}
.BgClassName
{
background-color: #CF403C;
}
</style>
border-color css
<style>
span { border-color: #CF403C; }
span { border-color: rgb(207,64,60); }
td.TdClassName
{
border-color: #CF403C;
}
.TagClassName
{
border-color: #CF403C;
}
</style>