Html Css Color HEX #BF1622 Fire Engine Red

📋 copy color: '#BF1622'

red 191 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #BF1622

Tints of Fire Engine Red #BF1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 77.33%
G = 8.91%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1622 (or 0xBF1622) is known color: Fire Engine Red. HEX triplet: BF, 16 and 22. RGB value is (191,22,34). Sum of RGB (Red+Green+Blue) = 191+22+34=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1622 is #40E9DD. Grayscale: #4A4A4A. Windows color (decimal): -4254174 or 2234047. OLE color: 2234047.

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

Color convert

RGB 191 22 34 -
CMYK 0 0.88 0.82 0.25
HSL 355.74º 0.79% 0.42% -
HSV(B) 355.74º 0.88% 0.75% -
XYZ 22.06 11.77 2.62 -
YUV 73.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 191 22 34 0 0.88 0.82 0.25 355.74 0.79 0.42
Hex BF 16 22 0 58 52 19 164 4F 2A
Octal 277 26 42 0 130 122 31 544 117 52
Binary 10111111 10110 100010 0 1011000 1010010 11001 101100100 1001111 101010

Color Harmonies of #BF1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1622

Black with #BF1622

Text Example


Text Example

White with #BF1622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1622; }

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

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

background-color css

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

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

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

border-color css

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

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

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