Html Css Color HEX #BF1822 Fire Engine Red

📋 copy color: '#BF1822'

red 191 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #BF1822

Tints of Fire Engine Red #BF1822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

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

R = 76.71%
G = 9.64%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1822 (or 0xBF1822) is known color: Fire Engine Red. HEX triplet: BF, 18 and 22. RGB value is (191,24,34). Sum of RGB (Red+Green+Blue) = 191+24+34=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1822 is #40E7DD. Grayscale: #4B4B4B. Windows color (decimal): -4253662 or 2234559. OLE color: 2234559.

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

Color convert

RGB 191 24 34 -
CMYK 0 0.87 0.82 0.25
HSL 356.41º 0.78% 0.42% -
HSV(B) 356.41º 0.87% 0.75% -
XYZ 22.1 11.85 2.63 -
YUV 75.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 191 24 34 0 0.87 0.82 0.25 356.41 0.78 0.42
Hex BF 18 22 0 57 52 19 164 4E 2A
Octal 277 30 42 0 127 122 31 544 116 52
Binary 10111111 11000 100010 0 1010111 1010010 11001 101100100 1001110 101010

Color Harmonies of #BF1822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1822

Black with #BF1822

Text Example


Text Example

White with #BF1822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1822; }

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

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

background-color css

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

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

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

border-color css

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

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

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