Html Css Color HEX #BF1723 Fire Engine Red

📋 copy color: '#BF1723'

red 191 ◦ green 23 ◦ blue 35

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

Shades of Fire Engine Red #BF1723

Tints of Fire Engine Red #BF1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 76.71%
G = 9.24%
B = 14.06%

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

#BF1723 (or 0xBF1723) is known color: Fire Engine Red. HEX triplet: BF, 17 and 23. RGB value is (191,23,35). Sum of RGB (Red+Green+Blue) = 191+23+35=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1723 is #40E8DC. Grayscale: #4A4A4A. Windows color (decimal): -4253917 or 2299839. OLE color: 2299839.

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

Color convert

RGB 191 23 35 -
CMYK 0 0.88 0.82 0.25
HSL 355.71º 0.79% 0.42% -
HSV(B) 355.71º 0.88% 0.75% -
XYZ 22.1 11.81 2.71 -
YUV 74.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 191 23 35 0 0.88 0.82 0.25 355.71 0.79 0.42
Hex BF 17 23 0 58 52 19 164 4F 2A
Octal 277 27 43 0 130 122 31 544 117 52
Binary 10111111 10111 100011 0 1011000 1010010 11001 101100100 1001111 101010

Color Harmonies of #BF1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1723

Black with #BF1723

Text Example


Text Example

White with #BF1723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1723; }

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

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

background-color css

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

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

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

border-color css

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

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

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