Html Css Color HEX #BF2126 Fire Engine Red

📋 copy color: '#BF2126'

red 191 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #BF2126

Tints of Fire Engine Red #BF2126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 72.9%
G = 12.6%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF2126 (or 0xBF2126) is known color: Fire Engine Red. HEX triplet: BF, 21 and 26. RGB value is (191,33,38). Sum of RGB (Red+Green+Blue) = 191+33+38=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2126 is #40DED9. Grayscale: #505050. Windows color (decimal): -4251354 or 2499007. OLE color: 2499007.

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

Color convert

RGB 191 33 38 -
CMYK 0 0.83 0.80 0.25
HSL 358.1º 0.71% 0.44% -
HSV(B) 358.1º 0.83% 0.75% -
XYZ 22.38 12.3 3.03 -
YUV 80.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 191 33 38 0 0.83 0.80 0.25 358.1 0.71 0.44
Hex BF 21 26 0 53 50 19 166 47 2C
Octal 277 41 46 0 123 120 31 546 107 54
Binary 10111111 100001 100110 0 1010011 1010000 11001 101100110 1000111 101100

Color Harmonies of #BF2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2126

Black with #BF2126

Text Example


Text Example

White with #BF2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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