Html Css Color HEX #BF1824 Fire Engine Red

📋 copy color: '#BF1824'

red 191 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #BF1824

Tints of Fire Engine Red #BF1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 76.1%
G = 9.56%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1824 (or 0xBF1824) is known color: Fire Engine Red. HEX triplet: BF, 18 and 24. RGB value is (191,24,36). Sum of RGB (Red+Green+Blue) = 191+24+36=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1824 is #40E7DB. Grayscale: #4B4B4B. Windows color (decimal): -4253660 or 2365631. OLE color: 2365631.

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

Color convert

RGB 191 24 36 -
CMYK 0 0.87 0.81 0.25
HSL 355.69º 0.78% 0.42% -
HSV(B) 355.69º 0.87% 0.75% -
XYZ 22.13 11.86 2.79 -
YUV 75.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 191 24 36 0 0.87 0.81 0.25 355.69 0.78 0.42
Hex BF 18 24 0 57 51 19 164 4E 2A
Octal 277 30 44 0 127 121 31 544 116 52
Binary 10111111 11000 100100 0 1010111 1010001 11001 101100100 1001110 101010

Color Harmonies of #BF1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1824

Black with #BF1824

Text Example


Text Example

White with #BF1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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