Shades of Persian Red #BF3325
Tints of Persian Red #BF3325
RGB
CMYK
RGB Variations
Color information
#BF3325 (or 0xBF3325) is known color: Persian Red. HEX triplet: BF, 33 and 25. RGB value is (191,51,37). Sum of RGB (Red+Green+Blue) = 191+51+37=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3325 is #40CCDA. Grayscale: #5B5B5B. Windows color (decimal): -4246747 or 2438079. OLE color: 2438079.
HSL color Cylindrical-coordinate representation of color #BF3325: hue angle of 5.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF3325 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.25 |
| HSL | 5.45º | 0.68% | 0.45% | - |
| HSV(B) | 5.45º | 0.81% | 0.75% | - |
| XYZ | 23 | 13.58 | 3.16 | - |
| YUV | 91.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 37 | 0 | 0.73 | 0.81 | 0.25 | 5.45 | 0.68 | 0.45 |
| Hex | BF | 33 | 25 | 0 | 49 | 51 | 19 | 5 | 44 | 2D |
| Octal | 277 | 63 | 45 | 0 | 111 | 121 | 31 | 5 | 104 | 55 |
| Binary | 10111111 | 110011 | 100101 | 0 | 1001001 | 1010001 | 11001 | 101 | 1000100 | 101101 |
Color Harmonies of #BF3325
Complementary color
Monochromatic Colors of #BF3325
Black with #BF3325
Text Example
Text Example
White with #BF3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3325; }
p { color: rgb(191,51,37); }
H1.HeaderClassName
{
color: #BF3325;
}
.AnyTagClassName
{
color: #BF3325;
}
</style>
background-color css
<style>
a { background-color: #BF3325; }
a { background-color: rgb(191,51,37); }
div.DivClassName
{
background-color: #BF3325;
}
.BgClassName
{
background-color: #BF3325;
}
</style>
border-color css
<style>
span { border-color: #BF3325; }
span { border-color: rgb(191,51,37); }
td.TdClassName
{
border-color: #BF3325;
}
.TagClassName
{
border-color: #BF3325;
}
</style>