Html Css Color HEX #BF1625 Fire Engine Red

📋 copy color: '#BF1625'

red 191 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #BF1625

Tints of Fire Engine Red #BF1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 76.4%
G = 8.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1625 (or 0xBF1625) is known color: Fire Engine Red. HEX triplet: BF, 16 and 25. RGB value is (191,22,37). Sum of RGB (Red+Green+Blue) = 191+22+37=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1625 is #40E9DA. Grayscale: #4A4A4A. Windows color (decimal): -4254171 or 2430655. OLE color: 2430655.

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

Color convert

RGB 191 22 37 -
CMYK 0 0.88 0.81 0.25
HSL 354.67º 0.79% 0.42% -
HSV(B) 354.67º 0.88% 0.75% -
XYZ 22.11 11.78 2.86 -
YUV 74.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 191 22 37 0 0.88 0.81 0.25 354.67 0.79 0.42
Hex BF 16 25 0 58 51 19 163 4F 2A
Octal 277 26 45 0 130 121 31 543 117 52
Binary 10111111 10110 100101 0 1011000 1010001 11001 101100011 1001111 101010

Color Harmonies of #BF1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1625

Black with #BF1625

Text Example


Text Example

White with #BF1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1625; }

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

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

background-color css

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

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

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

border-color css

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

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

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