Html Css Color HEX #BF1525 Fire Engine Red

📋 copy color: '#BF1525'

red 191 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #BF1525

Tints of Fire Engine Red #BF1525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 76.71%
G = 8.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1525 (or 0xBF1525) is known color: Fire Engine Red. HEX triplet: BF, 15 and 25. RGB value is (191,21,37). Sum of RGB (Red+Green+Blue) = 191+21+37=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1525 is #40EADA. Grayscale: #494949. Windows color (decimal): -4254427 or 2430399. OLE color: 2430399.

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

Color convert

RGB 191 21 37 -
CMYK 0 0.89 0.81 0.25
HSL 354.35º 0.8% 0.42% -
HSV(B) 354.35º 0.89% 0.75% -
XYZ 22.09 11.75 2.85 -
YUV 73.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 191 21 37 0 0.89 0.81 0.25 354.35 0.8 0.42
Hex BF 15 25 0 59 51 19 162 50 2A
Octal 277 25 45 0 131 121 31 542 120 52
Binary 10111111 10101 100101 0 1011001 1010001 11001 101100010 1010000 101010

Color Harmonies of #BF1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1525

Black with #BF1525

Text Example


Text Example

White with #BF1525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1525; }

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

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

background-color css

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

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

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

border-color css

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

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

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