Shades of Persian Red #CF3833
Tints of Persian Red #CF3833
RGB
CMYK
RGB Variations
Color information
#CF3833 (or 0xCF3833) is known color: Persian Red. HEX triplet: CF, 38 and 33. RGB value is (207,56,51). Sum of RGB (Red+Green+Blue) = 207+56+51=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3833 is #30C7CC. Grayscale: #646464. Windows color (decimal): -3196877 or 3356879. OLE color: 3356879.
HSL color Cylindrical-coordinate representation of color #CF3833: hue angle of 1.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3833 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 51 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.19 |
| HSL | 1.92º | 0.62% | 0.51% | - |
| HSV(B) | 1.92º | 0.75% | 0.81% | - |
| XYZ | 27.74 | 16.33 | 4.82 | - |
| YUV | 100.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 51 | 0 | 0.73 | 0.75 | 0.19 | 1.92 | 0.62 | 0.51 |
| Hex | CF | 38 | 33 | 0 | 49 | 4B | 13 | 2 | 3E | 33 |
| Octal | 317 | 70 | 63 | 0 | 111 | 113 | 23 | 2 | 76 | 63 |
| Binary | 11001111 | 111000 | 110011 | 0 | 1001001 | 1001011 | 10011 | 10 | 111110 | 110011 |
Color Harmonies of #CF3833
Complementary color
Monochromatic Colors of #CF3833
Black with #CF3833
Text Example
Text Example
White with #CF3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3833; }
p { color: rgb(207,56,51); }
H1.HeaderClassName
{
color: #CF3833;
}
.AnyTagClassName
{
color: #CF3833;
}
</style>
background-color css
<style>
a { background-color: #CF3833; }
a { background-color: rgb(207,56,51); }
div.DivClassName
{
background-color: #CF3833;
}
.BgClassName
{
background-color: #CF3833;
}
</style>
border-color css
<style>
span { border-color: #CF3833; }
span { border-color: rgb(207,56,51); }
td.TdClassName
{
border-color: #CF3833;
}
.TagClassName
{
border-color: #CF3833;
}
</style>