Html Css Color HEX #BF1828 Fire Engine Red

📋 copy color: '#BF1828'

red 191 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #BF1828

Tints of Fire Engine Red #BF1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 74.9%
G = 9.41%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1828 (or 0xBF1828) is known color: Fire Engine Red. HEX triplet: BF, 18 and 28. RGB value is (191,24,40). Sum of RGB (Red+Green+Blue) = 191+24+40=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1828 is #40E7D7. Grayscale: #4B4B4B. Windows color (decimal): -4253656 or 2627775. OLE color: 2627775.

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

Color convert

RGB 191 24 40 -
CMYK 0 0.87 0.79 0.25
HSL 354.25º 0.78% 0.42% -
HSV(B) 354.25º 0.87% 0.75% -
XYZ 22.2 11.88 3.13 -
YUV 75.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 191 24 40 0 0.87 0.79 0.25 354.25 0.78 0.42
Hex BF 18 28 0 57 4F 19 162 4E 2A
Octal 277 30 50 0 127 117 31 542 116 52
Binary 10111111 11000 101000 0 1010111 1001111 11001 101100010 1001110 101010

Color Harmonies of #BF1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1828

Black with #BF1828

Text Example


Text Example

White with #BF1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1828; }

 p { color: rgb(191,24,40); }

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

background-color css

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

 a { background-color: rgb(191,24,40); }

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

border-color css

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

 span { border-color: rgb(191,24,40); }

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