Shades of Persian Red #CF3230
Tints of Persian Red #CF3230
RGB
CMYK
RGB Variations
Color information
#CF3230 (or 0xCF3230) is known color: Persian Red. HEX triplet: CF, 32 and 30. RGB value is (207,50,48). Sum of RGB (Red+Green+Blue) = 207+50+48=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3230 is #30CDCF. Grayscale: #606060. Windows color (decimal): -3198416 or 3158735. OLE color: 3158735.
HSL color Cylindrical-coordinate representation of color #CF3230: hue angle of 0.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3230 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 48 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.19 |
| HSL | 0.75º | 0.62% | 0.5% | - |
| HSV(B) | 0.75º | 0.77% | 0.81% | - |
| XYZ | 27.41 | 15.76 | 4.39 | - |
| YUV | 96.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 48 | 0 | 0.76 | 0.77 | 0.19 | 0.75 | 0.62 | 0.5 |
| Hex | CF | 32 | 30 | 0 | 4C | 4D | 13 | 1 | 3E | 32 |
| Octal | 317 | 62 | 60 | 0 | 114 | 115 | 23 | 1 | 76 | 62 |
| Binary | 11001111 | 110010 | 110000 | 0 | 1001100 | 1001101 | 10011 | 1 | 111110 | 110010 |
Color Harmonies of #CF3230
Complementary color
Monochromatic Colors of #CF3230
Black with #CF3230
Text Example
Text Example
White with #CF3230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3230; }
p { color: rgb(207,50,48); }
H1.HeaderClassName
{
color: #CF3230;
}
.AnyTagClassName
{
color: #CF3230;
}
</style>
background-color css
<style>
a { background-color: #CF3230; }
a { background-color: rgb(207,50,48); }
div.DivClassName
{
background-color: #CF3230;
}
.BgClassName
{
background-color: #CF3230;
}
</style>
border-color css
<style>
span { border-color: #CF3230; }
span { border-color: rgb(207,50,48); }
td.TdClassName
{
border-color: #CF3230;
}
.TagClassName
{
border-color: #CF3230;
}
</style>