#BF2F27

Color #BF2F27 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BF2F27

Tints of Persian Red #BF2F27

Color information

#BF2F27 (or 0xBF2F27) is unknown color: approx Persian Red. HEX triplet: BF, 2F and 27. RGB value is (191,47,39). Sum of RGB (Red+Green+Blue) = 191+47+39=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F27 is #40D0D8. Grayscale: #595959. Windows color (decimal): -4247769 or 2568127. OLE color: 2568127.

HSL color Cylindrical-coordinate representation of color #BF2F27: hue angle of 3.16º 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 #BF2F27 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1914739-
CMYK00.750.800.25
HSL3.16º66.09%45.1%-
HSV(B)3.16º79.58%74.9%-
XYZ22.8713.263.27-
YUV89.1499.71200.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=68.95%
G=16.97%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191473900.750.800.253.1666.0945.1
HexBF2F2704B50193422d
Octal2775747011312031310255
Binary1011111110111110011101001011101000011001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2F27; }

 p { color: rgb(191,47,39); }

 H1.HeaderClassName
 {
   color: #BF2F27;
 }
 .AnyTagClassName
 {
   color: #BF2F27;
 }
</style>
background-color css

<style>
 a { background-color: #BF2F27; }

 a { background-color: rgb(191,47,39); }

 div.DivClassName
 {
   background-color: #BF2F27;
 }
 .BgClassName
 {
   background-color: #BF2F27;
 }
</style>
border-color css

<style>
 span { border-color: #BF2F27; }

 span { border-color: rgb(191,47,39); }

 td.TdClassName
 {
   border-color: #BF2F27;
 }
 .TagClassName
 {
   border-color: #BF2F27;
 }
</style>