Shades of Persian Red #CF423D
Tints of Persian Red #CF423D
RGB
CMYK
RGB Variations
Color information
#CF423D (or 0xCF423D) is known color: Persian Red. HEX triplet: CF, 42 and 3D. RGB value is (207,66,61). Sum of RGB (Red+Green+Blue) = 207+66+61=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF423D is #30BDC2. Grayscale: #6B6B6B. Windows color (decimal): -3194307 or 4014799. OLE color: 4014799.
HSL color Cylindrical-coordinate representation of color #CF423D: hue angle of 2.05º 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 #CF423D is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 61 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.19 |
| HSL | 2.05º | 0.6% | 0.53% | - |
| HSV(B) | 2.05º | 0.71% | 0.81% | - |
| XYZ | 28.52 | 17.5 | 6.29 | - |
| YUV | 107.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 61 | 0 | 0.68 | 0.71 | 0.19 | 2.05 | 0.6 | 0.53 |
| Hex | CF | 42 | 3D | 0 | 44 | 47 | 13 | 2 | 3C | 35 |
| Octal | 317 | 102 | 75 | 0 | 104 | 107 | 23 | 2 | 74 | 65 |
| Binary | 11001111 | 1000010 | 111101 | 0 | 1000100 | 1000111 | 10011 | 10 | 111100 | 110101 |
Color Harmonies of #CF423D
Complementary color
Monochromatic Colors of #CF423D
Black with #CF423D
Text Example
Text Example
White with #CF423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF423D; }
p { color: rgb(207,66,61); }
H1.HeaderClassName
{
color: #CF423D;
}
.AnyTagClassName
{
color: #CF423D;
}
</style>
background-color css
<style>
a { background-color: #CF423D; }
a { background-color: rgb(207,66,61); }
div.DivClassName
{
background-color: #CF423D;
}
.BgClassName
{
background-color: #CF423D;
}
</style>
border-color css
<style>
span { border-color: #CF423D; }
span { border-color: rgb(207,66,61); }
td.TdClassName
{
border-color: #CF423D;
}
.TagClassName
{
border-color: #CF423D;
}
</style>