Html Css Color HEX #BF1827 Fire Engine Red

📋 copy color: '#BF1827'

red 191 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #BF1827

Tints of Fire Engine Red #BF1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 75.2%
G = 9.45%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1827 (or 0xBF1827) is known color: Fire Engine Red. HEX triplet: BF, 18 and 27. RGB value is (191,24,39). Sum of RGB (Red+Green+Blue) = 191+24+39=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1827 is #40E7D8. Grayscale: #4B4B4B. Windows color (decimal): -4253657 or 2562239. OLE color: 2562239.

HSL color Cylindrical-coordinate representation of color #BF1827: hue angle of 354.61º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1827 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 39 -
CMYK 0 0.87 0.80 0.25
HSL 354.61º 0.78% 0.42% -
HSV(B) 354.61º 0.87% 0.75% -
XYZ 22.18 11.88 3.04 -
YUV 75.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 191 24 39 0 0.87 0.80 0.25 354.61 0.78 0.42
Hex BF 18 27 0 57 50 19 163 4E 2A
Octal 277 30 47 0 127 120 31 543 116 52
Binary 10111111 11000 100111 0 1010111 1010000 11001 101100011 1001110 101010

Color Harmonies of #BF1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1827

Black with #BF1827

Text Example


Text Example

White with #BF1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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