Html Css Color HEX #BF2F2A Persian Red

📋 copy color: '#BF2F2A'

red 191 ◦ green 47 ◦ blue 42

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

Shades of Persian Red #BF2F2A

Tints of Persian Red #BF2F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 68.21%
G = 16.79%
B = 15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF2F2A (or 0xBF2F2A) is known color: Persian Red. HEX triplet: BF, 2F and 2A. RGB value is (191,47,42). Sum of RGB (Red+Green+Blue) = 191+47+42=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F2A is #40D0D5. Grayscale: #595959. Windows color (decimal): -4247766 or 2764735. OLE color: 2764735.

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

Color convert

RGB 191 47 42 -
CMYK 0 0.75 0.78 0.25
HSL 2.01º 0.64% 0.46% -
HSV(B) 2.01º 0.78% 0.75% -
XYZ 22.92 13.28 3.55 -
YUV 89.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 191 47 42 0 0.75 0.78 0.25 2.01 0.64 0.46
Hex BF 2F 2A 0 4B 4E 19 2 40 2E
Octal 277 57 52 0 113 116 31 2 100 56
Binary 10111111 101111 101010 0 1001011 1001110 11001 10 1000000 101110

Color Harmonies of #BF2F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F2A

Black with #BF2F2A

Text Example


Text Example

White with #BF2F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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