Html Css Color HEX #BF2E28 Persian Red

📋 copy color: '#BF2E28'

red 191 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #BF2E28

Tints of Persian Red #BF2E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 68.95%
G = 16.61%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2E28 (or 0xBF2E28) is known color: Persian Red. HEX triplet: BF, 2E and 28. RGB value is (191,46,40). Sum of RGB (Red+Green+Blue) = 191+46+40=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E28 is #40D1D7. Grayscale: #585858. Windows color (decimal): -4248024 or 2633407. OLE color: 2633407.

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

Color convert

RGB 191 46 40 -
CMYK 0 0.76 0.79 0.25
HSL 2.38º 0.65% 0.45% -
HSV(B) 2.38º 0.79% 0.75% -
XYZ 22.85 13.18 3.35 -
YUV 88.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 191 46 40 0 0.76 0.79 0.25 2.38 0.65 0.45
Hex BF 2E 28 0 4C 4F 19 2 41 2D
Octal 277 56 50 0 114 117 31 2 101 55
Binary 10111111 101110 101000 0 1001100 1001111 11001 10 1000001 101101

Color Harmonies of #BF2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E28

Black with #BF2E28

Text Example


Text Example

White with #BF2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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