Html Css Color HEX #BF2227 Fire Engine Red

📋 copy color: '#BF2227'

red 191 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #BF2227

Tints of Fire Engine Red #BF2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 72.35%
G = 12.88%
B = 14.77%

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

#BF2227 (or 0xBF2227) is known color: Fire Engine Red. HEX triplet: BF, 22 and 27. RGB value is (191,34,39). Sum of RGB (Red+Green+Blue) = 191+34+39=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2227 is #40DDD8. Grayscale: #515151. Windows color (decimal): -4251097 or 2564799. OLE color: 2564799.

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

Color convert

RGB 191 34 39 -
CMYK 0 0.82 0.80 0.25
HSL 358.09º 0.7% 0.44% -
HSV(B) 358.09º 0.82% 0.75% -
XYZ 22.42 12.37 3.12 -
YUV 81.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 191 34 39 0 0.82 0.80 0.25 358.09 0.7 0.44
Hex BF 22 27 0 52 50 19 166 46 2C
Octal 277 42 47 0 122 120 31 546 106 54
Binary 10111111 100010 100111 0 1010010 1010000 11001 101100110 1000110 101100

Color Harmonies of #BF2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2227

Black with #BF2227

Text Example


Text Example

White with #BF2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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