Html Css Color HEX #BF1229 Fire Engine Red

📋 copy color: '#BF1229'

red 191 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #BF1229

Tints of Fire Engine Red #BF1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 76.4%
G = 7.2%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1229 (or 0xBF1229) is known color: Fire Engine Red. HEX triplet: BF, 12 and 29. RGB value is (191,18,41). Sum of RGB (Red+Green+Blue) = 191+18+41=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1229 is #40EDD6. Grayscale: #484848. Windows color (decimal): -4255191 or 2691775. OLE color: 2691775.

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

Color convert

RGB 191 18 41 -
CMYK 0 0.91 0.79 0.25
HSL 352.02º 0.83% 0.41% -
HSV(B) 352.02º 0.91% 0.75% -
XYZ 22.1 11.67 3.19 -
YUV 72.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 191 18 41 0 0.91 0.79 0.25 352.02 0.83 0.41
Hex BF 12 29 0 5B 4F 19 160 53 29
Octal 277 22 51 0 133 117 31 540 123 51
Binary 10111111 10010 101001 0 1011011 1001111 11001 101100000 1010011 101001

Color Harmonies of #BF1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1229

Black with #BF1229

Text Example


Text Example

White with #BF1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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