Html Css Color HEX #BF1329 Fire Engine Red

📋 copy color: '#BF1329'

red 191 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #BF1329

Tints of Fire Engine Red #BF1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 76.1%
G = 7.57%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1329 (or 0xBF1329) is known color: Fire Engine Red. HEX triplet: BF, 13 and 29. RGB value is (191,19,41). Sum of RGB (Red+Green+Blue) = 191+19+41=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1329 is #40ECD6. Grayscale: #494949. Windows color (decimal): -4254935 or 2692031. OLE color: 2692031.

HSL color Cylindrical-coordinate representation of color #BF1329: hue angle of 352.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1329 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 41 -
CMYK 0 0.90 0.79 0.25
HSL 352.33º 0.82% 0.41% -
HSV(B) 352.33º 0.9% 0.75% -
XYZ 22.12 11.7 3.19 -
YUV 72.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 191 19 41 0 0.90 0.79 0.25 352.33 0.82 0.41
Hex BF 13 29 0 5A 4F 19 160 52 29
Octal 277 23 51 0 132 117 31 540 122 51
Binary 10111111 10011 101001 0 1011010 1001111 11001 101100000 1010010 101001

Color Harmonies of #BF1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1329

Black with #BF1329

Text Example


Text Example

White with #BF1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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