Html Css Color HEX #BF1727 Fire Engine Red

📋 copy color: '#BF1727'

red 191 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #BF1727

Tints of Fire Engine Red #BF1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 75.49%
G = 9.09%
B = 15.42%

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

#BF1727 (or 0xBF1727) is known color: Fire Engine Red. HEX triplet: BF, 17 and 27. RGB value is (191,23,39). Sum of RGB (Red+Green+Blue) = 191+23+39=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1727 is #40E8D8. Grayscale: #4B4B4B. Windows color (decimal): -4253913 or 2561983. OLE color: 2561983.

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

Color convert

RGB 191 23 39 -
CMYK 0 0.88 0.80 0.25
HSL 354.29º 0.79% 0.42% -
HSV(B) 354.29º 0.88% 0.75% -
XYZ 22.16 11.84 3.04 -
YUV 75.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 191 23 39 0 0.88 0.80 0.25 354.29 0.79 0.42
Hex BF 17 27 0 58 50 19 162 4F 2A
Octal 277 27 47 0 130 120 31 542 117 52
Binary 10111111 10111 100111 0 1011000 1010000 11001 101100010 1001111 101010

Color Harmonies of #BF1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1727

Black with #BF1727

Text Example


Text Example

White with #BF1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1727; }

 p { color: rgb(191,23,39); }

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

background-color css

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

 a { background-color: rgb(191,23,39); }

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

border-color css

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

 span { border-color: rgb(191,23,39); }

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