Shades of Persian Red #BF3837
Tints of Persian Red #BF3837
RGB
CMYK
RGB Variations
Color information
#BF3837 (or 0xBF3837) is known color: Persian Red. HEX triplet: BF, 38 and 37. RGB value is (191,56,55). Sum of RGB (Red+Green+Blue) = 191+56+55=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3837 is #40C7C8. Grayscale: #606060. Windows color (decimal): -4245449 or 3619007. OLE color: 3619007.
HSL color Cylindrical-coordinate representation of color #BF3837: hue angle of 0.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3837 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 55 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.25 |
| HSL | 0.44º | 0.55% | 0.48% | - |
| HSV(B) | 0.44º | 0.71% | 0.75% | - |
| XYZ | 23.59 | 14.18 | 5.11 | - |
| YUV | 96.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 55 | 0 | 0.71 | 0.71 | 0.25 | 0.44 | 0.55 | 0.48 |
| Hex | BF | 38 | 37 | 0 | 47 | 47 | 19 | 0 | 37 | 30 |
| Octal | 277 | 70 | 67 | 0 | 107 | 107 | 31 | 0 | 67 | 60 |
| Binary | 10111111 | 111000 | 110111 | 0 | 1000111 | 1000111 | 11001 | 0 | 110111 | 110000 |
Color Harmonies of #BF3837
Complementary color
Monochromatic Colors of #BF3837
Black with #BF3837
Text Example
Text Example
White with #BF3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3837; }
p { color: rgb(191,56,55); }
H1.HeaderClassName
{
color: #BF3837;
}
.AnyTagClassName
{
color: #BF3837;
}
</style>
background-color css
<style>
a { background-color: #BF3837; }
a { background-color: rgb(191,56,55); }
div.DivClassName
{
background-color: #BF3837;
}
.BgClassName
{
background-color: #BF3837;
}
</style>
border-color css
<style>
span { border-color: #BF3837; }
span { border-color: rgb(191,56,55); }
td.TdClassName
{
border-color: #BF3837;
}
.TagClassName
{
border-color: #BF3837;
}
</style>