Shades of Persian Red #CF3838
Tints of Persian Red #CF3838
RGB
CMYK
RGB Variations
Color information
#CF3838 (or 0xCF3838) is known color: Persian Red. HEX triplet: CF, 38 and 38. RGB value is (207,56,56). Sum of RGB (Red+Green+Blue) = 207+56+56=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3838 is #30C7C7. Grayscale: #656565. Windows color (decimal): -3196872 or 3684559. OLE color: 3684559.
HSL color Cylindrical-coordinate representation of color #CF3838: hue angle of 0º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3838 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 56 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.19 |
| HSL | 0º | 0.61% | 0.52% | - |
| HSV(B) | 0º | 0.73% | 0.81% | - |
| XYZ | 27.86 | 16.38 | 5.43 | - |
| YUV | 101.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 56 | 0 | 0.73 | 0.73 | 0.19 | 0 | 0.61 | 0.52 |
| Hex | CF | 38 | 38 | 0 | 49 | 49 | 13 | 0 | 3D | 34 |
| Octal | 317 | 70 | 70 | 0 | 111 | 111 | 23 | 0 | 75 | 64 |
| Binary | 11001111 | 111000 | 111000 | 0 | 1001001 | 1001001 | 10011 | 0 | 111101 | 110100 |
Color Harmonies of #CF3838
Complementary color
Monochromatic Colors of #CF3838
Black with #CF3838
Text Example
Text Example
White with #CF3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3838; }
p { color: rgb(207,56,56); }
H1.HeaderClassName
{
color: #CF3838;
}
.AnyTagClassName
{
color: #CF3838;
}
</style>
background-color css
<style>
a { background-color: #CF3838; }
a { background-color: rgb(207,56,56); }
div.DivClassName
{
background-color: #CF3838;
}
.BgClassName
{
background-color: #CF3838;
}
</style>
border-color css
<style>
span { border-color: #CF3838; }
span { border-color: rgb(207,56,56); }
td.TdClassName
{
border-color: #CF3838;
}
.TagClassName
{
border-color: #CF3838;
}
</style>