Html Css Color HEX #BF1326 Fire Engine Red

📋 copy color: '#BF1326'

red 191 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #BF1326

Tints of Fire Engine Red #BF1326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 77.02%
G = 7.66%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1326 (or 0xBF1326) is known color: Fire Engine Red. HEX triplet: BF, 13 and 26. RGB value is (191,19,38). Sum of RGB (Red+Green+Blue) = 191+19+38=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1326 is #40ECD9. Grayscale: #484848. Windows color (decimal): -4254938 or 2495423. OLE color: 2495423.

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

Color convert

RGB 191 19 38 -
CMYK 0 0.90 0.80 0.25
HSL 353.37º 0.82% 0.41% -
HSV(B) 353.37º 0.9% 0.75% -
XYZ 22.07 11.68 2.93 -
YUV 72.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 191 19 38 0 0.90 0.80 0.25 353.37 0.82 0.41
Hex BF 13 26 0 5A 50 19 161 52 29
Octal 277 23 46 0 132 120 31 541 122 51
Binary 10111111 10011 100110 0 1011010 1010000 11001 101100001 1010010 101001

Color Harmonies of #BF1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1326

Black with #BF1326

Text Example


Text Example

White with #BF1326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1326; }

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

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

background-color css

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

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

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

border-color css

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

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

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