Shades of Persian Red #BF3C37
Tints of Persian Red #BF3C37
RGB
CMYK
RGB Variations
Color information
#BF3C37 (or 0xBF3C37) is known color: Persian Red. HEX triplet: BF, 3C and 37. RGB value is (191,60,55). Sum of RGB (Red+Green+Blue) = 191+60+55=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C37 is #40C3C8. Grayscale: #626262. Windows color (decimal): -4244425 or 3620031. OLE color: 3620031.
HSL color Cylindrical-coordinate representation of color #BF3C37: hue angle of 2.21º 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 #BF3C37 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 55 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.25 |
| HSL | 2.21º | 0.55% | 0.48% | - |
| HSV(B) | 2.21º | 0.71% | 0.75% | - |
| XYZ | 23.79 | 14.58 | 5.18 | - |
| YUV | 98.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 55 | 0 | 0.69 | 0.71 | 0.25 | 2.21 | 0.55 | 0.48 |
| Hex | BF | 3C | 37 | 0 | 45 | 47 | 19 | 2 | 37 | 30 |
| Octal | 277 | 74 | 67 | 0 | 105 | 107 | 31 | 2 | 67 | 60 |
| Binary | 10111111 | 111100 | 110111 | 0 | 1000101 | 1000111 | 11001 | 10 | 110111 | 110000 |
Color Harmonies of #BF3C37
Complementary color
Monochromatic Colors of #BF3C37
Black with #BF3C37
Text Example
Text Example
White with #BF3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C37; }
p { color: rgb(191,60,55); }
H1.HeaderClassName
{
color: #BF3C37;
}
.AnyTagClassName
{
color: #BF3C37;
}
</style>
background-color css
<style>
a { background-color: #BF3C37; }
a { background-color: rgb(191,60,55); }
div.DivClassName
{
background-color: #BF3C37;
}
.BgClassName
{
background-color: #BF3C37;
}
</style>
border-color css
<style>
span { border-color: #BF3C37; }
span { border-color: rgb(191,60,55); }
td.TdClassName
{
border-color: #BF3C37;
}
.TagClassName
{
border-color: #BF3C37;
}
</style>