Html Css Color HEX #BF1325 Fire Engine Red

📋 copy color: '#BF1325'

red 191 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #BF1325

Tints of Fire Engine Red #BF1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 77.33%
G = 7.69%
B = 14.98%

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

#BF1325 (or 0xBF1325) is known color: Fire Engine Red. HEX triplet: BF, 13 and 25. RGB value is (191,19,37). Sum of RGB (Red+Green+Blue) = 191+19+37=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1325 is #40ECDA. Grayscale: #484848. Windows color (decimal): -4254939 or 2429887. OLE color: 2429887.

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

Color convert

RGB 191 19 37 -
CMYK 0 0.90 0.81 0.25
HSL 353.72º 0.82% 0.41% -
HSV(B) 353.72º 0.9% 0.75% -
XYZ 22.05 11.68 2.84 -
YUV 72.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 191 19 37 0 0.90 0.81 0.25 353.72 0.82 0.41
Hex BF 13 25 0 5A 51 19 162 52 29
Octal 277 23 45 0 132 121 31 542 122 51
Binary 10111111 10011 100101 0 1011010 1010001 11001 101100010 1010010 101001

Color Harmonies of #BF1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1325

Black with #BF1325

Text Example


Text Example

White with #BF1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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