Html Css Color HEX #BF2128 Fire Engine Red

📋 copy color: '#BF2128'

red 191 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #BF2128

Tints of Fire Engine Red #BF2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 72.35%
G = 12.5%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2128 (or 0xBF2128) is known color: Fire Engine Red. HEX triplet: BF, 21 and 28. RGB value is (191,33,40). Sum of RGB (Red+Green+Blue) = 191+33+40=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2128 is #40DED7. Grayscale: #515151. Windows color (decimal): -4251352 or 2630079. OLE color: 2630079.

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

Color convert

RGB 191 33 40 -
CMYK 0 0.83 0.79 0.25
HSL 357.34º 0.71% 0.44% -
HSV(B) 357.34º 0.83% 0.75% -
XYZ 22.41 12.32 3.2 -
YUV 81.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 191 33 40 0 0.83 0.79 0.25 357.34 0.71 0.44
Hex BF 21 28 0 53 4F 19 165 47 2C
Octal 277 41 50 0 123 117 31 545 107 54
Binary 10111111 100001 101000 0 1010011 1001111 11001 101100101 1000111 101100

Color Harmonies of #BF2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2128

Black with #BF2128

Text Example


Text Example

White with #BF2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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