Html Css Color HEX #BF1228 Fire Engine Red

📋 copy color: '#BF1228'

red 191 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #BF1228

Tints of Fire Engine Red #BF1228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 76.71%
G = 7.23%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1228 (or 0xBF1228) is known color: Fire Engine Red. HEX triplet: BF, 12 and 28. RGB value is (191,18,40). Sum of RGB (Red+Green+Blue) = 191+18+40=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1228 is #40EDD7. Grayscale: #484848. Windows color (decimal): -4255192 or 2626239. OLE color: 2626239.

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

Color convert

RGB 191 18 40 -
CMYK 0 0.91 0.79 0.25
HSL 352.37º 0.83% 0.41% -
HSV(B) 352.37º 0.91% 0.75% -
XYZ 22.09 11.66 3.09 -
YUV 72.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 191 18 40 0 0.91 0.79 0.25 352.37 0.83 0.41
Hex BF 12 28 0 5B 4F 19 160 53 29
Octal 277 22 50 0 133 117 31 540 123 51
Binary 10111111 10010 101000 0 1011011 1001111 11001 101100000 1010011 101001

Color Harmonies of #BF1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1228

Black with #BF1228

Text Example


Text Example

White with #BF1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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