Html Css Color HEX #BF1028 Fire Engine Red

📋 copy color: '#BF1028'

red 191 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #BF1028

Tints of Fire Engine Red #BF1028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 77.33%
G = 6.48%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1028 (or 0xBF1028) is known color: Fire Engine Red. HEX triplet: BF, 10 and 28. RGB value is (191,16,40). Sum of RGB (Red+Green+Blue) = 191+16+40=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1028 is #40EFD7. Grayscale: #474747. Windows color (decimal): -4255704 or 2625727. OLE color: 2625727.

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

Color convert

RGB 191 16 40 -
CMYK 0 0.92 0.79 0.25
HSL 351.77º 0.85% 0.41% -
HSV(B) 351.77º 0.92% 0.75% -
XYZ 22.05 11.6 3.08 -
YUV 71.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 191 16 40 0 0.92 0.79 0.25 351.77 0.85 0.41
Hex BF 10 28 0 5C 4F 19 160 55 29
Octal 277 20 50 0 134 117 31 540 125 51
Binary 10111111 10000 101000 0 1011100 1001111 11001 101100000 1010101 101001

Color Harmonies of #BF1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1028

Black with #BF1028

Text Example


Text Example

White with #BF1028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1028; }

 p { color: rgb(191,16,40); }

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

background-color css

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

 a { background-color: rgb(191,16,40); }

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

border-color css

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

 span { border-color: rgb(191,16,40); }

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