Html Css Color HEX #BF1729 Fire Engine Red

📋 copy color: '#BF1729'

red 191 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #BF1729

Tints of Fire Engine Red #BF1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 74.9%
G = 9.02%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1729 (or 0xBF1729) is known color: Fire Engine Red. HEX triplet: BF, 17 and 29. RGB value is (191,23,41). Sum of RGB (Red+Green+Blue) = 191+23+41=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1729 is #40E8D6. Grayscale: #4B4B4B. Windows color (decimal): -4253911 or 2693055. OLE color: 2693055.

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

Color convert

RGB 191 23 41 -
CMYK 0 0.88 0.79 0.25
HSL 353.57º 0.79% 0.42% -
HSV(B) 353.57º 0.88% 0.75% -
XYZ 22.19 11.85 3.22 -
YUV 75.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 191 23 41 0 0.88 0.79 0.25 353.57 0.79 0.42
Hex BF 17 29 0 58 4F 19 162 4F 2A
Octal 277 27 51 0 130 117 31 542 117 52
Binary 10111111 10111 101001 0 1011000 1001111 11001 101100010 1001111 101010

Color Harmonies of #BF1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1729

Black with #BF1729

Text Example


Text Example

White with #BF1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1729; }

 p { color: rgb(191,23,41); }

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

background-color css

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

 a { background-color: rgb(191,23,41); }

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

border-color css

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

 span { border-color: rgb(191,23,41); }

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