Html Css Color HEX #BF1323 Fire Engine Red

📋 copy color: '#BF1323'

red 191 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #BF1323

Tints of Fire Engine Red #BF1323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 77.96%
G = 7.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1323 (or 0xBF1323) is known color: Fire Engine Red. HEX triplet: BF, 13 and 23. RGB value is (191,19,35). Sum of RGB (Red+Green+Blue) = 191+19+35=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1323 is #40ECDC. Grayscale: #484848. Windows color (decimal): -4254941 or 2298815. OLE color: 2298815.

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

Color convert

RGB 191 19 35 -
CMYK 0 0.90 0.82 0.25
HSL 354.42º 0.82% 0.41% -
HSV(B) 354.42º 0.9% 0.75% -
XYZ 22.02 11.66 2.68 -
YUV 72.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 191 19 35 0 0.90 0.82 0.25 354.42 0.82 0.41
Hex BF 13 23 0 5A 52 19 162 52 29
Octal 277 23 43 0 132 122 31 542 122 51
Binary 10111111 10011 100011 0 1011010 1010010 11001 101100010 1010010 101001

Color Harmonies of #BF1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1323

Black with #BF1323

Text Example


Text Example

White with #BF1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1323; }

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

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

background-color css

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

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

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

border-color css

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

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

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