Html Css Color HEX #BF2F28 Persian Red

📋 copy color: '#BF2F28'

red 191 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #BF2F28

Tints of Persian Red #BF2F28

RGB

 RED value IS 191 (75% from 255) = 68.71%

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 68.71%
G = 16.91%
B = 14.39%

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

#BF2F28 (or 0xBF2F28) is known color: Persian Red. HEX triplet: BF, 2F and 28. RGB value is (191,47,40). Sum of RGB (Red+Green+Blue) = 191+47+40=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F28 is #40D0D7. Grayscale: #595959. Windows color (decimal): -4247768 or 2633663. OLE color: 2633663.

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

Color convert

RGB 191 47 40 -
CMYK 0 0.75 0.79 0.25
HSL 2.78º 0.65% 0.45% -
HSV(B) 2.78º 0.79% 0.75% -
XYZ 22.89 13.26 3.36 -
YUV 89.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 191 47 40 0 0.75 0.79 0.25 2.78 0.65 0.45
Hex BF 2F 28 0 4B 4F 19 3 41 2D
Octal 277 57 50 0 113 117 31 3 101 55
Binary 10111111 101111 101000 0 1001011 1001111 11001 11 1000001 101101

Color Harmonies of #BF2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F28

Black with #BF2F28

Text Example


Text Example

White with #BF2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F28; }

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

 H1.HeaderClassName
 {
   color: #BF2F28;
 }
 .AnyTagClassName
 {
   color: #BF2F28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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