Shades of Persian Red #BF2D2D
Tints of Persian Red #BF2D2D
RGB
CMYK
RGB Variations
Color information
#BF2D2D (or 0xBF2D2D) is known color: Persian Red. HEX triplet: BF, 2D and 2D. RGB value is (191,45,45). Sum of RGB (Red+Green+Blue) = 191+45+45=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D2D is #40D2D2. Grayscale: #585858. Windows color (decimal): -4248275 or 2960831. OLE color: 2960831.
HSL color Cylindrical-coordinate representation of color #BF2D2D: hue angle of 0º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 45 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.25 |
| HSL | 0º | 0.62% | 0.46% | - |
| HSV(B) | 0º | 0.76% | 0.75% | - |
| XYZ | 22.9 | 13.14 | 3.81 | - |
| YUV | 88.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 45 | 0 | 0.76 | 0.76 | 0.25 | 0 | 0.62 | 0.46 |
| Hex | BF | 2D | 2D | 0 | 4C | 4C | 19 | 0 | 3E | 2E |
| Octal | 277 | 55 | 55 | 0 | 114 | 114 | 31 | 0 | 76 | 56 |
| Binary | 10111111 | 101101 | 101101 | 0 | 1001100 | 1001100 | 11001 | 0 | 111110 | 101110 |
Color Harmonies of #BF2D2D
Complementary color
Monochromatic Colors of #BF2D2D
Black with #BF2D2D
Text Example
Text Example
White with #BF2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D2D; }
p { color: rgb(191,45,45); }
H1.HeaderClassName
{
color: #BF2D2D;
}
.AnyTagClassName
{
color: #BF2D2D;
}
</style>
background-color css
<style>
a { background-color: #BF2D2D; }
a { background-color: rgb(191,45,45); }
div.DivClassName
{
background-color: #BF2D2D;
}
.BgClassName
{
background-color: #BF2D2D;
}
</style>
border-color css
<style>
span { border-color: #BF2D2D; }
span { border-color: rgb(191,45,45); }
td.TdClassName
{
border-color: #BF2D2D;
}
.TagClassName
{
border-color: #BF2D2D;
}
</style>