Html Css Color HEX #BF1328 Fire Engine Red

📋 copy color: '#BF1328'

red 191 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #BF1328

Tints of Fire Engine Red #BF1328

RGB

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

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

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

R = 76.4%
G = 7.6%
B = 16%

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

#BF1328 (or 0xBF1328) is known color: Fire Engine Red. HEX triplet: BF, 13 and 28. RGB value is (191,19,40). Sum of RGB (Red+Green+Blue) = 191+19+40=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1328 is #40ECD7. Grayscale: #484848. Windows color (decimal): -4254936 or 2626495. OLE color: 2626495.

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

Color convert

RGB 191 19 40 -
CMYK 0 0.90 0.79 0.25
HSL 352.67º 0.82% 0.41% -
HSV(B) 352.67º 0.9% 0.75% -
XYZ 22.1 11.7 3.1 -
YUV 72.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 191 19 40 0 0.90 0.79 0.25 352.67 0.82 0.41
Hex BF 13 28 0 5A 4F 19 161 52 29
Octal 277 23 50 0 132 117 31 541 122 51
Binary 10111111 10011 101000 0 1011010 1001111 11001 101100001 1010010 101001

Color Harmonies of #BF1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1328

Black with #BF1328

Text Example


Text Example

White with #BF1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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