Shades of Persian Red #CF3423
Tints of Persian Red #CF3423
RGB
CMYK
RGB Variations
Color information
#CF3423 (or 0xCF3423) is known color: Persian Red. HEX triplet: CF, 34 and 23. RGB value is (207,52,35). Sum of RGB (Red+Green+Blue) = 207+52+35=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3423 is #30CBDC. Grayscale: #606060. Windows color (decimal): -3197917 or 2307279. OLE color: 2307279.
HSL color Cylindrical-coordinate representation of color #CF3423: hue angle of 5.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF3423 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 35 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.19 |
| HSL | 5.93º | 0.71% | 0.47% | - |
| HSV(B) | 5.93º | 0.83% | 0.81% | - |
| XYZ | 27.26 | 15.84 | 3.21 | - |
| YUV | 96.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 35 | 0 | 0.75 | 0.83 | 0.19 | 5.93 | 0.71 | 0.47 |
| Hex | CF | 34 | 23 | 0 | 4B | 53 | 13 | 6 | 47 | 2F |
| Octal | 317 | 64 | 43 | 0 | 113 | 123 | 23 | 6 | 107 | 57 |
| Binary | 11001111 | 110100 | 100011 | 0 | 1001011 | 1010011 | 10011 | 110 | 1000111 | 101111 |
Color Harmonies of #CF3423
Complementary color
Monochromatic Colors of #CF3423
Black with #CF3423
Text Example
Text Example
White with #CF3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3423; }
p { color: rgb(207,52,35); }
H1.HeaderClassName
{
color: #CF3423;
}
.AnyTagClassName
{
color: #CF3423;
}
</style>
background-color css
<style>
a { background-color: #CF3423; }
a { background-color: rgb(207,52,35); }
div.DivClassName
{
background-color: #CF3423;
}
.BgClassName
{
background-color: #CF3423;
}
</style>
border-color css
<style>
span { border-color: #CF3423; }
span { border-color: rgb(207,52,35); }
td.TdClassName
{
border-color: #CF3423;
}
.TagClassName
{
border-color: #CF3423;
}
</style>