#BF2F29

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

Shades of Persian Red #BF2F29

Tints of Persian Red #BF2F29

Color information

#BF2F29 (or 0xBF2F29) is unknown color: approx Persian Red. HEX triplet: BF, 2F and 29. RGB value is (191,47,41). Sum of RGB (Red+Green+Blue) = 191+47+41=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F29 is #40D0D6. Grayscale: #595959. Windows color (decimal): -4247767 or 2699199. OLE color: 2699199.

HSL color Cylindrical-coordinate representation of color #BF2F29: hue angle of 2.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2F29 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1914741-
CMYK00.750.790.25
HSL2.4º64.66%45.49%-
HSV(B)2.4º78.53%74.9%-
XYZ22.913.273.45-
YUV89.37100.71200.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=68.46%
G=16.85%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191474100.750.790.252.464.6645.49
HexBF2F2904B4F192412d
Octal2775751011311731210155
Binary1011111110111110100101001011100111111001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2F29; }

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

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

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

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

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

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

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

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