Shades of Persian Red #CF342C
Tints of Persian Red #CF342C
RGB
CMYK
RGB Variations
Color information
#CF342C (or 0xCF342C) is known color: Persian Red. HEX triplet: CF, 34 and 2C. RGB value is (207,52,44). Sum of RGB (Red+Green+Blue) = 207+52+44=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF342C is #30CBD3. Grayscale: #616161. Windows color (decimal): -3197908 or 2897103. OLE color: 2897103.
HSL color Cylindrical-coordinate representation of color #CF342C: hue angle of 2.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF342C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 44 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.19 |
| HSL | 2.94º | 0.65% | 0.49% | - |
| HSV(B) | 2.94º | 0.79% | 0.81% | - |
| XYZ | 27.41 | 15.9 | 4.01 | - |
| YUV | 97.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 44 | 0 | 0.75 | 0.79 | 0.19 | 2.94 | 0.65 | 0.49 |
| Hex | CF | 34 | 2C | 0 | 4B | 4F | 13 | 3 | 41 | 31 |
| Octal | 317 | 64 | 54 | 0 | 113 | 117 | 23 | 3 | 101 | 61 |
| Binary | 11001111 | 110100 | 101100 | 0 | 1001011 | 1001111 | 10011 | 11 | 1000001 | 110001 |
Color Harmonies of #CF342C
Complementary color
Monochromatic Colors of #CF342C
Black with #CF342C
Text Example
Text Example
White with #CF342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF342C; }
p { color: rgb(207,52,44); }
H1.HeaderClassName
{
color: #CF342C;
}
.AnyTagClassName
{
color: #CF342C;
}
</style>
background-color css
<style>
a { background-color: #CF342C; }
a { background-color: rgb(207,52,44); }
div.DivClassName
{
background-color: #CF342C;
}
.BgClassName
{
background-color: #CF342C;
}
</style>
border-color css
<style>
span { border-color: #CF342C; }
span { border-color: rgb(207,52,44); }
td.TdClassName
{
border-color: #CF342C;
}
.TagClassName
{
border-color: #CF342C;
}
</style>