Shades of Persian Red #BF3C35
Tints of Persian Red #BF3C35
RGB
CMYK
RGB Variations
Color information
#BF3C35 (or 0xBF3C35) is known color: Persian Red. HEX triplet: BF, 3C and 35. RGB value is (191,60,53). Sum of RGB (Red+Green+Blue) = 191+60+53=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C35 is #40C3CA. Grayscale: #626262. Windows color (decimal): -4244427 or 3488959. OLE color: 3488959.
HSL color Cylindrical-coordinate representation of color #BF3C35: hue angle of 3.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3C35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 53 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.25 |
| HSL | 3.04º | 0.57% | 0.48% | - |
| HSV(B) | 3.04º | 0.72% | 0.75% | - |
| XYZ | 23.74 | 14.57 | 4.93 | - |
| YUV | 98.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 53 | 0 | 0.69 | 0.72 | 0.25 | 3.04 | 0.57 | 0.48 |
| Hex | BF | 3C | 35 | 0 | 45 | 48 | 19 | 3 | 39 | 30 |
| Octal | 277 | 74 | 65 | 0 | 105 | 110 | 31 | 3 | 71 | 60 |
| Binary | 10111111 | 111100 | 110101 | 0 | 1000101 | 1001000 | 11001 | 11 | 111001 | 110000 |
Color Harmonies of #BF3C35
Complementary color
Monochromatic Colors of #BF3C35
Black with #BF3C35
Text Example
Text Example
White with #BF3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C35; }
p { color: rgb(191,60,53); }
H1.HeaderClassName
{
color: #BF3C35;
}
.AnyTagClassName
{
color: #BF3C35;
}
</style>
background-color css
<style>
a { background-color: #BF3C35; }
a { background-color: rgb(191,60,53); }
div.DivClassName
{
background-color: #BF3C35;
}
.BgClassName
{
background-color: #BF3C35;
}
</style>
border-color css
<style>
span { border-color: #BF3C35; }
span { border-color: rgb(191,60,53); }
td.TdClassName
{
border-color: #BF3C35;
}
.TagClassName
{
border-color: #BF3C35;
}
</style>