Shades of Persian Red #BF3127
Tints of Persian Red #BF3127
RGB
CMYK
RGB Variations
Color information
#BF3127 (or 0xBF3127) is known color: Persian Red. HEX triplet: BF, 31 and 27. RGB value is (191,49,39). Sum of RGB (Red+Green+Blue) = 191+49+39=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3127 is #40CED8. Grayscale: #5A5A5A. Windows color (decimal): -4247257 or 2568639. OLE color: 2568639.
HSL color Cylindrical-coordinate representation of color #BF3127: hue angle of 3.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3127 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 39 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.25 |
| HSL | 3.95º | 0.66% | 0.45% | - |
| HSV(B) | 3.95º | 0.8% | 0.75% | - |
| XYZ | 22.95 | 13.42 | 3.3 | - |
| YUV | 90.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 39 | 0 | 0.74 | 0.80 | 0.25 | 3.95 | 0.66 | 0.45 |
| Hex | BF | 31 | 27 | 0 | 4A | 50 | 19 | 4 | 42 | 2D |
| Octal | 277 | 61 | 47 | 0 | 112 | 120 | 31 | 4 | 102 | 55 |
| Binary | 10111111 | 110001 | 100111 | 0 | 1001010 | 1010000 | 11001 | 100 | 1000010 | 101101 |
Color Harmonies of #BF3127
Complementary color
Monochromatic Colors of #BF3127
Black with #BF3127
Text Example
Text Example
White with #BF3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3127; }
p { color: rgb(191,49,39); }
H1.HeaderClassName
{
color: #BF3127;
}
.AnyTagClassName
{
color: #BF3127;
}
</style>
background-color css
<style>
a { background-color: #BF3127; }
a { background-color: rgb(191,49,39); }
div.DivClassName
{
background-color: #BF3127;
}
.BgClassName
{
background-color: #BF3127;
}
</style>
border-color css
<style>
span { border-color: #BF3127; }
span { border-color: rgb(191,49,39); }
td.TdClassName
{
border-color: #BF3127;
}
.TagClassName
{
border-color: #BF3127;
}
</style>