Html Css Color HEX #BF0E25 Fire Engine Red

📋 copy color: '#BF0E25'

red 191 ◦ green 14 ◦ blue 37

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

Shades of Fire Engine Red #BF0E25

Tints of Fire Engine Red #BF0E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

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

R = 78.93%
G = 5.79%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF0E25 (or 0xBF0E25) is known color: Fire Engine Red. HEX triplet: BF, 0E and 25. RGB value is (191,14,37). Sum of RGB (Red+Green+Blue) = 191+14+37=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E25 is #40F1DA. Grayscale: #454545. Windows color (decimal): -4256219 or 2428607. OLE color: 2428607.

HSL color Cylindrical-coordinate representation of color #BF0E25: hue angle of 352.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E25 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 37 -
CMYK 0 0.93 0.81 0.25
HSL 352.2º 0.86% 0.4% -
HSV(B) 352.2º 0.93% 0.75% -
XYZ 21.98 11.52 2.82 -
YUV 69.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 191 14 37 0 0.93 0.81 0.25 352.2 0.86 0.4
Hex BF E 25 0 5D 51 19 160 56 28
Octal 277 16 45 0 135 121 31 540 126 50
Binary 10111111 1110 100101 0 1011101 1010001 11001 101100000 1010110 101000

Color Harmonies of #BF0E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E25

Black with #BF0E25

Text Example


Text Example

White with #BF0E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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