Html Css Color HEX #BF2F29 Persian Red

📋 copy color: '#BF2F29'

red 191 ◦ green 47 ◦ blue 41

#BF2F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BF2F29

Tints of Persian Red #BF2F29

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.7%

R = 68.46%
G = 16.85%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2F29 (or 0xBF2F29) is known color: 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

RGB 191 47 41 -
CMYK 0 0.75 0.79 0.25
HSL 2.4º 0.65% 0.45% -
HSV(B) 2.4º 0.79% 0.75% -
XYZ 22.9 13.27 3.45 -
YUV 89.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 191 47 41 0 0.75 0.79 0.25 2.4 0.65 0.45
Hex BF 2F 29 0 4B 4F 19 2 41 2D
Octal 277 57 51 0 113 117 31 2 101 55
Binary 10111111 101111 101001 0 1001011 1001111 11001 10 1000001 101101

Color Harmonies of #BF2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F29

Black with #BF2F29

Text Example


Text Example

White with #BF2F29

Text Example


Text Example

HTML Codes & Css Web 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>