Html Css Color HEX #BF1623 Fire Engine Red

📋 copy color: '#BF1623'

red 191 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #BF1623

Tints of Fire Engine Red #BF1623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 77.02%
G = 8.87%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1623 (or 0xBF1623) is known color: Fire Engine Red. HEX triplet: BF, 16 and 23. RGB value is (191,22,35). Sum of RGB (Red+Green+Blue) = 191+22+35=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1623 is #40E9DC. Grayscale: #4A4A4A. Windows color (decimal): -4254173 or 2299583. OLE color: 2299583.

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

Color convert

RGB 191 22 35 -
CMYK 0 0.88 0.82 0.25
HSL 355.38º 0.79% 0.42% -
HSV(B) 355.38º 0.88% 0.75% -
XYZ 22.08 11.77 2.7 -
YUV 74.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 191 22 35 0 0.88 0.82 0.25 355.38 0.79 0.42
Hex BF 16 23 0 58 52 19 163 4F 2A
Octal 277 26 43 0 130 122 31 543 117 52
Binary 10111111 10110 100011 0 1011000 1010010 11001 101100011 1001111 101010

Color Harmonies of #BF1623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1623

Black with #BF1623

Text Example


Text Example

White with #BF1623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1623; }

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

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

background-color css

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

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

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

border-color css

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

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

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