Html Css Color HEX #BF1626 Fire Engine Red

📋 copy color: '#BF1626'

red 191 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #BF1626

Tints of Fire Engine Red #BF1626

RGB

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

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

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

R = 76.1%
G = 8.76%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1626 (or 0xBF1626) is known color: Fire Engine Red. HEX triplet: BF, 16 and 26. RGB value is (191,22,38). Sum of RGB (Red+Green+Blue) = 191+22+38=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1626 is #40E9D9. Grayscale: #4A4A4A. Windows color (decimal): -4254170 or 2496191. OLE color: 2496191.

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

Color convert

RGB 191 22 38 -
CMYK 0 0.88 0.80 0.25
HSL 354.32º 0.79% 0.42% -
HSV(B) 354.32º 0.88% 0.75% -
XYZ 22.12 11.79 2.94 -
YUV 74.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 191 22 38 0 0.88 0.80 0.25 354.32 0.79 0.42
Hex BF 16 26 0 58 50 19 162 4F 2A
Octal 277 26 46 0 130 120 31 542 117 52
Binary 10111111 10110 100110 0 1011000 1010000 11001 101100010 1001111 101010

Color Harmonies of #BF1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1626

Black with #BF1626

Text Example


Text Example

White with #BF1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1626; }

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

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

background-color css

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

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

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

border-color css

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

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

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