Html Css Color HEX #BF2226 Fire Engine Red

📋 copy color: '#BF2226'

red 191 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #BF2226

Tints of Fire Engine Red #BF2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 72.62%
G = 12.93%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF2226 (or 0xBF2226) is known color: Fire Engine Red. HEX triplet: BF, 22 and 26. RGB value is (191,34,38). Sum of RGB (Red+Green+Blue) = 191+34+38=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2226 is #40DDD9. Grayscale: #515151. Windows color (decimal): -4251098 or 2499263. OLE color: 2499263.

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

Color convert

RGB 191 34 38 -
CMYK 0 0.82 0.80 0.25
HSL 358.47º 0.7% 0.44% -
HSV(B) 358.47º 0.82% 0.75% -
XYZ 22.41 12.36 3.04 -
YUV 81.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 191 34 38 0 0.82 0.80 0.25 358.47 0.7 0.44
Hex BF 22 26 0 52 50 19 166 46 2C
Octal 277 42 46 0 122 120 31 546 106 54
Binary 10111111 100010 100110 0 1010010 1010000 11001 101100110 1000110 101100

Color Harmonies of #BF2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2226

Black with #BF2226

Text Example


Text Example

White with #BF2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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