Html Css Color HEX #BF1A20 Fire Engine Red

📋 copy color: '#BF1A20'

red 191 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #BF1A20

Tints of Fire Engine Red #BF1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 76.71%
G = 10.44%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF1A20 (or 0xBF1A20) is known color: Fire Engine Red. HEX triplet: BF, 1A and 20. RGB value is (191,26,32). Sum of RGB (Red+Green+Blue) = 191+26+32=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A20 is #40E5DF. Grayscale: #4C4C4C. Windows color (decimal): -4253152 or 2103999. OLE color: 2103999.

HSL color Cylindrical-coordinate representation of color #BF1A20: hue angle of 357.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A20 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 32 -
CMYK 0 0.86 0.83 0.25
HSL 357.82º 0.76% 0.43% -
HSV(B) 357.82º 0.86% 0.75% -
XYZ 22.12 11.92 2.5 -
YUV 76.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 191 26 32 0 0.86 0.83 0.25 357.82 0.76 0.43
Hex BF 1A 20 0 56 53 19 166 4C 2B
Octal 277 32 40 0 126 123 31 546 114 53
Binary 10111111 11010 100000 0 1010110 1010011 11001 101100110 1001100 101011

Color Harmonies of #BF1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1A20

Black with #BF1A20

Text Example


Text Example

White with #BF1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1A20; }

 p { color: rgb(191,26,32); }

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

background-color css

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

 a { background-color: rgb(191,26,32); }

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

border-color css

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

 span { border-color: rgb(191,26,32); }

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