Html Css Color HEX #BF1324 Fire Engine Red

📋 copy color: '#BF1324'

red 191 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #BF1324

Tints of Fire Engine Red #BF1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 77.64%
G = 7.72%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1324 (or 0xBF1324) is known color: Fire Engine Red. HEX triplet: BF, 13 and 24. RGB value is (191,19,36). Sum of RGB (Red+Green+Blue) = 191+19+36=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1324 is #40ECDB. Grayscale: #484848. Windows color (decimal): -4254940 or 2364351. OLE color: 2364351.

HSL color Cylindrical-coordinate representation of color #BF1324: hue angle of 354.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1324 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 36 -
CMYK 0 0.90 0.81 0.25
HSL 354.07º 0.82% 0.41% -
HSV(B) 354.07º 0.9% 0.75% -
XYZ 22.04 11.67 2.76 -
YUV 72.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 191 19 36 0 0.90 0.81 0.25 354.07 0.82 0.41
Hex BF 13 24 0 5A 51 19 162 52 29
Octal 277 23 44 0 132 121 31 542 122 51
Binary 10111111 10011 100100 0 1011010 1010001 11001 101100010 1010010 101001

Color Harmonies of #BF1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1324

Black with #BF1324

Text Example


Text Example

White with #BF1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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